summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2002-05-12 17:29:29 +0000
committerEli Zaretskii <eliz@gnu.org>2002-05-12 17:29:29 +0000
commit890154daa29a772edf76ab4b4186a53935af57cd (patch)
treea92c408679656d8107aa2a92dfa6b2afde4cb3b9 /lisp
parente3f0d8dc8b61d20364cf4de84481ecddaa7d04f6 (diff)
downloademacs-890154daa29a772edf76ab4b4186a53935af57cd.tar.gz
Change all post-21.1 :version attributes to 21.4.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/add-log.el2
-rw-r--r--lisp/faces.el4
-rw-r--r--lisp/mail/sendmail.el2
-rw-r--r--lisp/net/ange-ftp.el2
-rw-r--r--lisp/progmodes/fortran.el2
-rw-r--r--lisp/replace.el2
-rw-r--r--lisp/ruler-mode.el2
-rw-r--r--lisp/textmodes/sgml-mode.el2
-rw-r--r--lisp/vc-cvs.el8
-rw-r--r--lisp/w32-vars.el2
10 files changed, 14 insertions, 14 deletions
diff --git a/lisp/add-log.el b/lisp/add-log.el
index 029c1797988..38276b5aa0c 100644
--- a/lisp/add-log.el
+++ b/lisp/add-log.el
@@ -119,7 +119,7 @@ this variable."
(defcustom add-log-always-start-new-record nil
"*If non-nil, `add-change-log-entry' will always start a new record."
- :version "21.2"
+ :version "21.4"
:type 'boolean
:group 'change-log)
diff --git a/lisp/faces.el b/lisp/faces.el
index dacf5359add..4439390aa48 100644
--- a/lisp/faces.el
+++ b/lisp/faces.el
@@ -1773,7 +1773,7 @@ created."
:box (:line-width -1 :color "grey40" :style nil)
:foreground "grey80" :background "grey30"))
"Basic mode line face for non-selected windows."
- :version "21.2"
+ :version "21.4"
:group 'modeline
:group 'basic-faces)
@@ -1834,7 +1834,7 @@ created."
(((type pc)) :foreground "magenta")
(t :foreground "dark blue"))
"Face for minibuffer prompts."
- :version "21.3"
+ :version "21.4"
:group 'basic-faces)
(setq minibuffer-prompt-properties
diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el
index 6bcb89d733d..82ef70c0f21 100644
--- a/lisp/mail/sendmail.el
+++ b/lisp/mail/sendmail.el
@@ -309,7 +309,7 @@ support Delivery Status Notification."
:type '(repeat (radio (const :tag "Failure" failure)
(const :tag "Delay" delay)
(const :tag "Success" success)))
- :version "21.3")
+ :version "21.4")
;; Note: could use /usr/ucb/mail instead of sendmail;
;; options -t, and -v if not interactive.
diff --git a/lisp/net/ange-ftp.el b/lisp/net/ange-ftp.el
index a63eb92e18c..a4043fb80e6 100644
--- a/lisp/net/ange-ftp.el
+++ b/lisp/net/ange-ftp.el
@@ -1012,7 +1012,7 @@ or nil meaning don't change it."
:type '(repeat (cons regexp (choice (const :tag "On" "on")
(const :tag "Off" "off")
(const :tag "Don't change" nil))))
- :version 21.3)
+ :version 21.4)
;;;; ------------------------------------------------------------
;;;; Hash table support.
diff --git a/lisp/progmodes/fortran.el b/lisp/progmodes/fortran.el
index 4e5e6144e68..43eb04ae5aa 100644
--- a/lisp/progmodes/fortran.el
+++ b/lisp/progmodes/fortran.el
@@ -142,7 +142,7 @@ You might want to change this to \"*\", for instance."
(defcustom fortran-preprocessor-re
"^[ \t]*#.*"
"*Regexp to match the whole of a preprocessor line."
- :version "21.3"
+ :version "21.4"
:type 'regexp
:group 'fortran-indent)
diff --git a/lisp/replace.el b/lisp/replace.el
index a81979531e6..855a59085e6 100644
--- a/lisp/replace.el
+++ b/lisp/replace.el
@@ -62,7 +62,7 @@ strings or patterns."
"*Non-nil means `query-replace' and friends ignore read-only matches."
:type 'boolean
:group 'matching
- :version "21.3")
+ :version "21.4")
(defun query-replace-read-args (string regexp-flag &optional noerror)
(unless noerror
diff --git a/lisp/ruler-mode.el b/lisp/ruler-mode.el
index 840934f1693..bc1c406d70a 100644
--- a/lisp/ruler-mode.el
+++ b/lisp/ruler-mode.el
@@ -105,7 +105,7 @@
(defgroup ruler-mode nil
"Display a ruler in the header line."
- :version "21.3"
+ :version "21.4"
:group 'environment)
(defcustom ruler-mode-show-tab-stops nil
diff --git a/lisp/textmodes/sgml-mode.el b/lisp/textmodes/sgml-mode.el
index bbe63611c6d..b7b2eecfe64 100644
--- a/lisp/textmodes/sgml-mode.el
+++ b/lisp/textmodes/sgml-mode.el
@@ -339,7 +339,7 @@ If this variable is customized, the custom value is used always.
Otherwise, it is set to be buffer-local when the file has
a DOCTYPE or an XML declaration."
:type 'boolean
- :version "21.2"
+ :version "21.4"
:group 'sgml)
(defvar sgml-empty-tags nil
diff --git a/lisp/vc-cvs.el b/lisp/vc-cvs.el
index 67c209eb31b..d2e2e87c281 100644
--- a/lisp/vc-cvs.el
+++ b/lisp/vc-cvs.el
@@ -5,7 +5,7 @@
;; Author: FSF (see vc.el for full credits)
;; Maintainer: Andre Spiegel <spiegel@gnu.org>
-;; $Id: vc-cvs.el,v 1.39 2002/04/08 13:38:48 sds Exp $
+;; $Id: vc-cvs.el,v 1.40 2002/04/09 17:13:51 sds Exp $
;; This file is part of GNU Emacs.
@@ -42,7 +42,7 @@
(repeat :tag "Argument List"
:value ("")
string))
- :version "21.3"
+ :version "21.4"
:group 'vc)
(defcustom vc-cvs-register-switches nil
@@ -98,7 +98,7 @@ of a repository; then VC only stays local for hosts that match it."
Format is according to `format-time-string'. Only used if
`vc-cvs-sticky-tag-display' is t."
:type '(string)
- :version "21.3"
+ :version "21.4"
:group 'vc)
(defcustom vc-cvs-sticky-tag-display t
@@ -137,7 +137,7 @@ displayed. Date and time is displayed for sticky dates.
See also variable `vc-cvs-sticky-date-format-string'."
:type '(choice boolean function)
- :version "21.3"
+ :version "21.4"
:group 'vc)
;;;
diff --git a/lisp/w32-vars.el b/lisp/w32-vars.el
index c92bcee3833..82fde5faae0 100644
--- a/lisp/w32-vars.el
+++ b/lisp/w32-vars.el
@@ -30,7 +30,7 @@
(defgroup w32 nil
"MS-Windows specific features"
:group 'environment
- :version "21.3"
+ :version "21.4"
:prefix "w32")
;; Redefine the font selection to use the standard W32 dialog