aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2012-10-06 13:30:26 -0700
committerGlenn Morris2012-10-06 13:30:26 -0700
commitd1a1c7e649e0ad44f1426abce72a5ff45a07e8fc (patch)
treeb018d361b60a3bf0583e9dcc1d85d359e151e27a
parentef35abb4ad34ef7038ee99742c8646fc6f9914ed (diff)
downloademacs-d1a1c7e649e0ad44f1426abce72a5ff45a07e8fc.tar.gz
emacs-d1a1c7e649e0ad44f1426abce72a5ff45a07e8fc.zip
Add missing :version tags
* profiler.el (profiler): Add missing group :version tag. * avoid.el (mouse-avoidance-banish-position): * proced.el (proced-renice-command): * calc/calc.el (calc-ensure-consistent-units): * calendar/icalendar.el (icalendar-import-format-uid): * net/tramp.el (tramp-save-ad-hoc-proxies): * progmodes/bug-reference.el (bug-reference-bug-regexp): * progmodes/flymake.el (flymake-error-bitmap) (flymake-warning-bitmap, flymake-fringe-indicator-position): * progmodes/sh-script.el (sh-indent-after-continuation): * progmodes/verilog-mode.el (verilog-auto-template-warn-unused) (verilog-before-save-font-hook, verilog-after-save-font-hook): * progmodes/vhdl-mode.el (vhdl-makefile-default-targets) (vhdl-array-index-record-field-in-sensitivity-list) (vhdl-indent-comment-like-next-code-line): * textmodes/reftex-vars.el (reftex-ref-style-alist) (reftex-ref-macro-prompt, reftex-ref-style-default-list) (reftex-cite-key-separator, reftex-create-bibtex-header) (reftex-create-bibtex-footer): * textmodes/rst.el (rst-new-adornment-down, rst-indent-field) (rst-indent-literal-normal, rst-indent-literal-minimized) (rst-indent-comment): Add missing custom :version tags. * cedet/semantic/complete.el (semantic-displayor-tooltip-mode) (semantic-displayor-tooltip-initial-max-tags) (semantic-displayor-tooltip-max-tags): Add missing custom :version tags. * cedet/ede/linux.el (project-linux): Add missing group :version tag. * cedet/semantic/complete.el (semantic-displayor-tooltip-max-tags): Doc fix. * erc/erc.el (erc-lurker): * erc/erc-desktop-notifications.el (erc-notifications): Add missing group :version tags. * gnus/gnus-notifications.el (gnus-notifications): Add missing group :version tag. * gnus/gnus-msg.el (gnus-gcc-pre-body-encode-hook) (gnus-gcc-post-body-encode-hook): * gnus/gnus-sync.el (gnus-sync-lesync-name) (gnus-sync-lesync-install-topics): Add missing custom :version tags.
-rw-r--r--lisp/ChangeLog23
-rw-r--r--lisp/avoid.el1
-rw-r--r--lisp/calc/calc.el1
-rw-r--r--lisp/calendar/icalendar.el1
-rw-r--r--lisp/cedet/ChangeLog9
-rw-r--r--lisp/cedet/ede/linux.el2
-rw-r--r--lisp/cedet/semantic/complete.el22
-rw-r--r--lisp/erc/ChangeLog9
-rw-r--r--lisp/erc/erc-desktop-notifications.el1
-rw-r--r--lisp/erc/erc.el1
-rw-r--r--lisp/gnus/ChangeLog9
-rw-r--r--lisp/gnus/gnus-msg.el2
-rw-r--r--lisp/gnus/gnus-notifications.el1
-rw-r--r--lisp/gnus/gnus-sync.el4
-rw-r--r--lisp/net/tramp.el1
-rw-r--r--lisp/proced.el1
-rw-r--r--lisp/profiler.el1
-rw-r--r--lisp/progmodes/bug-reference.el1
-rw-r--r--lisp/progmodes/flymake.el3
-rw-r--r--lisp/progmodes/sh-script.el1
-rw-r--r--lisp/progmodes/verilog-mode.el3
-rw-r--r--lisp/progmodes/vhdl-mode.el3
-rw-r--r--lisp/textmodes/reftex-vars.el6
-rw-r--r--lisp/textmodes/rst.el5
24 files changed, 97 insertions, 14 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 65754ab089e..861038b17bd 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,28 @@
12012-10-06 Glenn Morris <rgm@gnu.org> 12012-10-06 Glenn Morris <rgm@gnu.org>
2 2
3 * profiler.el (profiler): Add missing group :version tag.
4 * avoid.el (mouse-avoidance-banish-position):
5 * proced.el (proced-renice-command):
6 * calc/calc.el (calc-ensure-consistent-units):
7 * calendar/icalendar.el (icalendar-import-format-uid):
8 * net/tramp.el (tramp-save-ad-hoc-proxies):
9 * progmodes/bug-reference.el (bug-reference-bug-regexp):
10 * progmodes/flymake.el (flymake-error-bitmap)
11 (flymake-warning-bitmap, flymake-fringe-indicator-position):
12 * progmodes/sh-script.el (sh-indent-after-continuation):
13 * progmodes/verilog-mode.el (verilog-auto-template-warn-unused)
14 (verilog-before-save-font-hook, verilog-after-save-font-hook):
15 * progmodes/vhdl-mode.el (vhdl-makefile-default-targets)
16 (vhdl-array-index-record-field-in-sensitivity-list)
17 (vhdl-indent-comment-like-next-code-line):
18 * textmodes/reftex-vars.el (reftex-ref-style-alist)
19 (reftex-ref-macro-prompt, reftex-ref-style-default-list)
20 (reftex-cite-key-separator, reftex-create-bibtex-header)
21 (reftex-create-bibtex-footer):
22 * textmodes/rst.el (rst-new-adornment-down, rst-indent-field)
23 (rst-indent-literal-normal, rst-indent-literal-minimized)
24 (rst-indent-comment): Add missing custom :version tags.
25
3 * calendar/timeclock.el (timeclock-modeline-display): 26 * calendar/timeclock.el (timeclock-modeline-display):
4 Add missing obsolete alias for renamed user option. 27 Add missing obsolete alias for renamed user option.
5 28
diff --git a/lisp/avoid.el b/lisp/avoid.el
index 2fa6ef39e70..7f4b78bf5e0 100644
--- a/lisp/avoid.el
+++ b/lisp/avoid.el
@@ -128,6 +128,7 @@ SIDE-POS: Distance from right or left edge of frame or window.
128TOP-OR-BOTTOM: banish the mouse to top or bottom of frame or window. 128TOP-OR-BOTTOM: banish the mouse to top or bottom of frame or window.
129TOP-OR-BOTTOM-POS: Distance from top or bottom edge of frame or window." 129TOP-OR-BOTTOM-POS: Distance from top or bottom edge of frame or window."
130 :group 'avoid 130 :group 'avoid
131 :version "24.3"
131 :type '(alist :key-type symbol :value-type symbol) 132 :type '(alist :key-type symbol :value-type symbol)
132 :options '(frame-or-window side (side-pos integer) 133 :options '(frame-or-window side (side-pos integer)
133 top-or-bottom (top-or-bottom-pos integer))) 134 top-or-bottom (top-or-bottom-pos integer)))
diff --git a/lisp/calc/calc.el b/lisp/calc/calc.el
index 25f591a3945..f1643b10a76 100644
--- a/lisp/calc/calc.el
+++ b/lisp/calc/calc.el
@@ -423,6 +423,7 @@ in normal mode."
423 "If non-nil, make sure new units are consistent with current units 423 "If non-nil, make sure new units are consistent with current units
424when converting units." 424when converting units."
425 :group 'calc 425 :group 'calc
426 :version "24.3"
426 :type 'boolean) 427 :type 'boolean)
427 428
428(defcustom calc-undo-length 429(defcustom calc-undo-length
diff --git a/lisp/calendar/icalendar.el b/lisp/calendar/icalendar.el
index 39b83d4c831..27e7261263e 100644
--- a/lisp/calendar/icalendar.el
+++ b/lisp/calendar/icalendar.el
@@ -186,6 +186,7 @@ the URL."
186This applies only if the UID is not empty! `%s' is replaced by 186This applies only if the UID is not empty! `%s' is replaced by
187the UID." 187the UID."
188 :type 'string 188 :type 'string
189 :version "24.3"
189 :group 'icalendar) 190 :group 'icalendar)
190 191
191(defcustom icalendar-import-format-status 192(defcustom icalendar-import-format-status
diff --git a/lisp/cedet/ChangeLog b/lisp/cedet/ChangeLog
index 9e20b4fbb4e..ff5b603833d 100644
--- a/lisp/cedet/ChangeLog
+++ b/lisp/cedet/ChangeLog
@@ -1,3 +1,12 @@
12012-10-06 Glenn Morris <rgm@gnu.org>
2
3 * semantic/complete.el (semantic-displayor-tooltip-max-tags): Doc fix.
4
5 * semantic/complete.el (semantic-displayor-tooltip-mode)
6 (semantic-displayor-tooltip-initial-max-tags)
7 (semantic-displayor-tooltip-max-tags): Add missing custom :version tags.
8 * ede/linux.el (project-linux): Add missing group :version tag.
9
12012-10-06 Chong Yidong <cyd@gnu.org> 102012-10-06 Chong Yidong <cyd@gnu.org>
2 11
3 * semantic/bovine/grammar.el: 12 * semantic/bovine/grammar.el:
diff --git a/lisp/cedet/ede/linux.el b/lisp/cedet/ede/linux.el
index 7cd066f8b3b..5c708039ec4 100644
--- a/lisp/cedet/ede/linux.el
+++ b/lisp/cedet/ede/linux.el
@@ -44,7 +44,7 @@
44 "File and tag browser frame." 44 "File and tag browser frame."
45 :group 'tools 45 :group 'tools
46 :group 'ede 46 :group 'ede
47 ) 47 :version "24.3")
48 48
49(defcustom project-linux-compile-target-command (concat ede-make-command " -k -C %s SUBDIRS=%s") 49(defcustom project-linux-compile-target-command (concat ede-make-command " -k -C %s SUBDIRS=%s")
50 "*Default command used to compile a target." 50 "*Default command used to compile a target."
diff --git a/lisp/cedet/semantic/complete.el b/lisp/cedet/semantic/complete.el
index 61760dd3fe8..9c2da9faefa 100644
--- a/lisp/cedet/semantic/complete.el
+++ b/lisp/cedet/semantic/complete.el
@@ -1564,6 +1564,7 @@ Verbose: Always show all completions available.
1564The absolute maximum number of completions for all mode is 1564The absolute maximum number of completions for all mode is
1565determined through `semantic-displayor-tooltip-max-tags'." 1565determined through `semantic-displayor-tooltip-max-tags'."
1566 :group 'semantic 1566 :group 'semantic
1567 :version "24.3"
1567 :type '(choice (const :tag "Standard" standard) 1568 :type '(choice (const :tag "Standard" standard)
1568 (const :tag "Quiet" quiet) 1569 (const :tag "Quiet" quiet)
1569 (const :tag "Verbose" verbose))) 1570 (const :tag "Verbose" verbose)))
@@ -1573,24 +1574,25 @@ determined through `semantic-displayor-tooltip-max-tags'."
1573 "Maximum number of tags to be displayed initially. 1574 "Maximum number of tags to be displayed initially.
1574See doc-string of `semantic-displayor-tooltip-mode' for details." 1575See doc-string of `semantic-displayor-tooltip-mode' for details."
1575 :group 'semantic 1576 :group 'semantic
1577 :version "24.3"
1576 :type 'integer) 1578 :type 'integer)
1577 1579
1578(defcustom semantic-displayor-tooltip-max-tags 25 1580(defcustom semantic-displayor-tooltip-max-tags 25
1579 "The maximum number of tags to be displayed. 1581 "The maximum number of tags to be displayed.
1580Maximum number of completions where we have activated the 1582Maximum number of completions where we have activated the
1581extended completion list through typing TAB or SPACE multiple 1583extended completion list through typing TAB or SPACE multiple
1582times. This limit needs to fit on your screen! 1584times. This limit needs to fit on your screen!
1583 1585
1584Note: If available, customizing this variable increases 1586Note: If available, customizing this variable increases
1585'x-max-tooltip-size' to force over-sized tooltips when necessary. 1587`x-max-tooltip-size' to force over-sized tooltips when necessary.
1586This will not happen if you directly set this variable via 1588This will not happen if you directly set this variable via `setq'."
1587`setq'." 1589 :group 'semantic
1588 :group 'semantic 1590 :version "24.3"
1589 :type 'integer 1591 :type 'integer
1590 :set '(lambda (sym var) 1592 :set '(lambda (sym var)
1591 (set-default sym var) 1593 (set-default sym var)
1592 (when (boundp 'x-max-tooltip-size) 1594 (when (boundp 'x-max-tooltip-size)
1593 (setcdr x-max-tooltip-size (max (1+ var) (cdr x-max-tooltip-size)))))) 1595 (setcdr x-max-tooltip-size (max (1+ var) (cdr x-max-tooltip-size))))))
1594 1596
1595 1597
1596(defclass semantic-displayor-tooltip (semantic-displayor-traditional) 1598(defclass semantic-displayor-tooltip (semantic-displayor-traditional)
diff --git a/lisp/erc/ChangeLog b/lisp/erc/ChangeLog
index 3558a8a90b5..9be0d3241ad 100644
--- a/lisp/erc/ChangeLog
+++ b/lisp/erc/ChangeLog
@@ -1,3 +1,9 @@
12012-10-06 Glenn Morris <rgm@gnu.org>
2
3 * erc.el (erc-lurker):
4 * erc-desktop-notifications.el (erc-notifications):
5 Add missing group :version tags.
6
12012-10-04 Julien Danjou <julien@danjou.info> 72012-10-04 Julien Danjou <julien@danjou.info>
2 8
3 * erc-desktop-notifications.el: Rename from erc-notifications to 9 * erc-desktop-notifications.el: Rename from erc-notifications to
@@ -9,8 +15,7 @@
9 15
102012-09-17 Chong Yidong <cyd@gnu.org> 162012-09-17 Chong Yidong <cyd@gnu.org>
11 17
12 * erc-page.el (erc-page-function): 18 * erc-page.el (erc-page-function):
13
14 * erc-stamp.el (erc-stamp): Doc fix. 19 * erc-stamp.el (erc-stamp): Doc fix.
15 20
162012-08-21 Josh Feinstein <jlf@foxtail.org> 212012-08-21 Josh Feinstein <jlf@foxtail.org>
diff --git a/lisp/erc/erc-desktop-notifications.el b/lisp/erc/erc-desktop-notifications.el
index 57b93f43219..2cc3c80a8ea 100644
--- a/lisp/erc/erc-desktop-notifications.el
+++ b/lisp/erc/erc-desktop-notifications.el
@@ -35,6 +35,7 @@
35 35
36(defgroup erc-notifications nil 36(defgroup erc-notifications nil
37 "Send notifications on PRIVMSG or mentions." 37 "Send notifications on PRIVMSG or mentions."
38 :version "24.3"
38 :group 'erc) 39 :group 'erc)
39 40
40(defvar erc-notifications-last-notification nil 41(defvar erc-notifications-last-notification nil
diff --git a/lisp/erc/erc.el b/lisp/erc/erc.el
index 687e60da28a..bbd9dad4310 100644
--- a/lisp/erc/erc.el
+++ b/lisp/erc/erc.el
@@ -102,6 +102,7 @@
102 102
103(defgroup erc-lurker nil 103(defgroup erc-lurker nil
104 "Hide specified message types sent by lurkers" 104 "Hide specified message types sent by lurkers"
105 :version "24.3"
105 :group 'erc-ignore) 106 :group 'erc-ignore)
106 107
107(defgroup erc-query nil 108(defgroup erc-query nil
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index 983d09e2589..f79353ebfb3 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1,3 +1,12 @@
12012-10-06 Glenn Morris <rgm@gnu.org>
2
3 * gnus-notifications.el (gnus-notifications):
4 Add missing group :version tag.
5 * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
6 (gnus-gcc-post-body-encode-hook):
7 * gnus-sync.el (gnus-sync-lesync-name)
8 (gnus-sync-lesync-install-topics): Add missing custom :version tags.
9
12012-09-25 Katsumi Yamaoka <yamaoka@jpl.org> 102012-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
2 11
3 * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again 12 * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
diff --git a/lisp/gnus/gnus-msg.el b/lisp/gnus/gnus-msg.el
index c2f79e70d1e..77bb6281bc4 100644
--- a/lisp/gnus/gnus-msg.el
+++ b/lisp/gnus/gnus-msg.el
@@ -319,6 +319,7 @@ The current buffer (when the hook is run) contains the message
319including the message header. Changes made to the message will 319including the message header. Changes made to the message will
320only affect the Gcc copy, but not the original message." 320only affect the Gcc copy, but not the original message."
321 :group 'gnus-message 321 :group 'gnus-message
322 :version "24.3"
322 :type 'hook) 323 :type 'hook)
323 324
324(defcustom gnus-gcc-post-body-encode-hook nil 325(defcustom gnus-gcc-post-body-encode-hook nil
@@ -327,6 +328,7 @@ The current buffer (when the hook is run) contains the message
327including the message header. Changes made to the message will 328including the message header. Changes made to the message will
328only affect the Gcc copy, but not the original message." 329only affect the Gcc copy, but not the original message."
329 :group 'gnus-message 330 :group 'gnus-message
331 :version "24.3"
330 :type 'hook) 332 :type 'hook)
331 333
332(autoload 'gnus-message-citation-mode "gnus-cite" nil t) 334(autoload 'gnus-message-citation-mode "gnus-cite" nil t)
diff --git a/lisp/gnus/gnus-notifications.el b/lisp/gnus/gnus-notifications.el
index 5104a56c6e7..3848dee8d4f 100644
--- a/lisp/gnus/gnus-notifications.el
+++ b/lisp/gnus/gnus-notifications.el
@@ -42,6 +42,7 @@
42 42
43(defgroup gnus-notifications nil 43(defgroup gnus-notifications nil
44 "Send notifications on new message in Gnus." 44 "Send notifications on new message in Gnus."
45 :version "24.3"
45 :group 'gnus) 46 :group 'gnus)
46 47
47(defcustom gnus-notifications-use-google-contacts t 48(defcustom gnus-notifications-use-google-contacts t
diff --git a/lisp/gnus/gnus-sync.el b/lisp/gnus/gnus-sync.el
index ca8662ff936..b5f8379e367 100644
--- a/lisp/gnus/gnus-sync.el
+++ b/lisp/gnus/gnus-sync.el
@@ -134,11 +134,13 @@ and `gnus-topic-alist'. Also see `gnus-variable-list'."
134(defcustom gnus-sync-lesync-name (system-name) 134(defcustom gnus-sync-lesync-name (system-name)
135 "The LeSync name for this machine." 135 "The LeSync name for this machine."
136 :group 'gnus-sync 136 :group 'gnus-sync
137 :version "24.3"
137 :type 'string) 138 :type 'string)
138 139
139(defcustom gnus-sync-lesync-install-topics 'ask 140(defcustom gnus-sync-lesync-install-topics 'ask
140 "Should LeSync install the recorded topics?" 141 "Should LeSync install the recorded topics?"
141 :group 'gnus-sync 142 :group 'gnus-sync
143 :version "24.3"
142 :type '(choice (const :tag "Never Install" nil) 144 :type '(choice (const :tag "Never Install" nil)
143 (const :tag "Always Install" t) 145 (const :tag "Always Install" t)
144 (const :tag "Ask Me Once" ask))) 146 (const :tag "Ask Me Once" ask)))
diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el
index 019ab1eef0f..b1532eb2ae4 100644
--- a/lisp/net/tramp.el
+++ b/lisp/net/tramp.el
@@ -403,6 +403,7 @@ interpreted as a regular expression which always matches."
403(defcustom tramp-save-ad-hoc-proxies nil 403(defcustom tramp-save-ad-hoc-proxies nil
404 "Whether to save ad-hoc proxies persistently." 404 "Whether to save ad-hoc proxies persistently."
405 :group 'tramp 405 :group 'tramp
406 :version "24.3"
406 :type 'boolean) 407 :type 'boolean)
407 408
408(defcustom tramp-restricted-shell-hosts-alist 409(defcustom tramp-restricted-shell-hosts-alist
diff --git a/lisp/proced.el b/lisp/proced.el
index ec41ce65ef5..e3ff9fb5c95 100644
--- a/lisp/proced.el
+++ b/lisp/proced.el
@@ -68,6 +68,7 @@ the external command (usually \"kill\")."
68(defcustom proced-renice-command "renice" 68(defcustom proced-renice-command "renice"
69 "Name of renice command." 69 "Name of renice command."
70 :group 'proced 70 :group 'proced
71 :version "24.3"
71 :type '(string :tag "command")) 72 :type '(string :tag "command"))
72 73
73(defcustom proced-signal-list 74(defcustom proced-signal-list
diff --git a/lisp/profiler.el b/lisp/profiler.el
index 5e605957833..e9261eb1af7 100644
--- a/lisp/profiler.el
+++ b/lisp/profiler.el
@@ -29,6 +29,7 @@
29(defgroup profiler nil 29(defgroup profiler nil
30 "Emacs profiler." 30 "Emacs profiler."
31 :group 'lisp 31 :group 'lisp
32 :version "24.3"
32 :prefix "profiler-") 33 :prefix "profiler-")
33 34
34(defconst profiler-version "24.3") 35(defconst profiler-version "24.3")
diff --git a/lisp/progmodes/bug-reference.el b/lisp/progmodes/bug-reference.el
index 97fcb6874dd..3561105e59d 100644
--- a/lisp/progmodes/bug-reference.el
+++ b/lisp/progmodes/bug-reference.el
@@ -74,6 +74,7 @@ so that it is considered safe, see `enable-local-variables'.")
74The second subexpression should match the bug reference (usually a number)." 74The second subexpression should match the bug reference (usually a number)."
75 :type 'string 75 :type 'string
76 :safe 'stringp 76 :safe 'stringp
77 :version "24.3" ; previously defconst
77 :group 'bug-reference) 78 :group 'bug-reference)
78 79
79(defun bug-reference-set-overlay-properties () 80(defun bug-reference-set-overlay-properties ()
diff --git a/lisp/progmodes/flymake.el b/lisp/progmodes/flymake.el
index 10d5fdf9c64..26d4a399c2d 100644
--- a/lisp/progmodes/flymake.el
+++ b/lisp/progmodes/flymake.el
@@ -768,6 +768,7 @@ line number outside the file being compiled."
768The value may also be a list of two elements where the second 768The value may also be a list of two elements where the second
769element specifies the face for the bitmap." 769element specifies the face for the bitmap."
770 :group 'flymake 770 :group 'flymake
771 :version "24.3"
771 :type 'symbol) 772 :type 'symbol)
772 773
773(defcustom flymake-warning-bitmap 'question-mark 774(defcustom flymake-warning-bitmap 'question-mark
@@ -775,6 +776,7 @@ element specifies the face for the bitmap."
775The value may also be a list of two elements where the second 776The value may also be a list of two elements where the second
776element specifies the face for the bitmap." 777element specifies the face for the bitmap."
777 :group 'flymake 778 :group 'flymake
779 :version "24.3"
778 :type 'symbol) 780 :type 'symbol)
779 781
780(defcustom flymake-fringe-indicator-position 'left-fringe 782(defcustom flymake-fringe-indicator-position 'left-fringe
@@ -782,6 +784,7 @@ element specifies the face for the bitmap."
782The value can be nil, left-fringe or right-fringe. 784The value can be nil, left-fringe or right-fringe.
783Fringe indicators are disabled if nil." 785Fringe indicators are disabled if nil."
784 :group 'flymake 786 :group 'flymake
787 :version "24.3"
785 :type '(choice (const left-fringe) 788 :type '(choice (const left-fringe)
786 (const right-fringe) 789 (const right-fringe)
787 (const :tag "No fringe indicators" nil))) 790 (const :tag "No fringe indicators" nil)))
diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el
index e94919ee2a9..16acf2547a2 100644
--- a/lisp/progmodes/sh-script.el
+++ b/lisp/progmodes/sh-script.el
@@ -1767,6 +1767,7 @@ Does not preserve point."
1767 1767
1768(defcustom sh-indent-after-continuation t 1768(defcustom sh-indent-after-continuation t
1769 "If non-nil, try to make sure text is indented after a line continuation." 1769 "If non-nil, try to make sure text is indented after a line continuation."
1770 :version "24.3"
1770 :type 'boolean) 1771 :type 'boolean)
1771 1772
1772(defun sh-smie--continuation-start-indent () 1773(defun sh-smie--continuation-start-indent ()
diff --git a/lisp/progmodes/verilog-mode.el b/lisp/progmodes/verilog-mode.el
index 8c4167b6724..6ffe88f721e 100644
--- a/lisp/progmodes/verilog-mode.el
+++ b/lisp/progmodes/verilog-mode.el
@@ -1159,6 +1159,7 @@ See the \\[verilog-faq] for examples on using this."
1159 "Non-nil means report warning if an AUTO_TEMPLATE line is not used. 1159 "Non-nil means report warning if an AUTO_TEMPLATE line is not used.
1160This feature is not supported before Emacs 21.1 or XEmacs 21.4." 1160This feature is not supported before Emacs 21.1 or XEmacs 21.4."
1161 :group 'verilog-mode-auto 1161 :group 'verilog-mode-auto
1162 :version "24.3"
1162 :type 'boolean) 1163 :type 'boolean)
1163(put 'verilog-auto-template-warn-unused 'safe-local-variable 'verilog-booleanp) 1164(put 'verilog-auto-template-warn-unused 'safe-local-variable 'verilog-booleanp)
1164 1165
@@ -1230,11 +1231,13 @@ For example, \"_t$\" matches typedefs named with _t, as in the C language."
1230(defcustom verilog-before-save-font-hook nil 1231(defcustom verilog-before-save-font-hook nil
1231 "Hook run before `verilog-save-font-mods' removes highlighting." 1232 "Hook run before `verilog-save-font-mods' removes highlighting."
1232 :group 'verilog-mode-auto 1233 :group 'verilog-mode-auto
1234 :version "24.3"
1233 :type 'hook) 1235 :type 'hook)
1234 1236
1235(defcustom verilog-after-save-font-hook nil 1237(defcustom verilog-after-save-font-hook nil
1236 "Hook run after `verilog-save-font-mods' restores highlighting." 1238 "Hook run after `verilog-save-font-mods' restores highlighting."
1237 :group 'verilog-mode-auto 1239 :group 'verilog-mode-auto
1240 :version "24.3"
1238 :type 'hook) 1241 :type 'hook)
1239 1242
1240(defvar verilog-imenu-generic-expression 1243(defvar verilog-imenu-generic-expression
diff --git a/lisp/progmodes/vhdl-mode.el b/lisp/progmodes/vhdl-mode.el
index 52757b9eede..6ad7d3b168a 100644
--- a/lisp/progmodes/vhdl-mode.el
+++ b/lisp/progmodes/vhdl-mode.el
@@ -483,6 +483,7 @@ with other user Makefiles."
483 :type '(list (string :tag "Compile entire design") 483 :type '(list (string :tag "Compile entire design")
484 (string :tag "Clean entire design ") 484 (string :tag "Clean entire design ")
485 (string :tag "Create design library")) 485 (string :tag "Create design library"))
486 :version "24.3"
486 :group 'vhdl-compile) 487 :group 'vhdl-compile)
487 488
488(defcustom vhdl-makefile-generation-hook nil 489(defcustom vhdl-makefile-generation-hook nil
@@ -772,6 +773,7 @@ index, the record field or array index is included with the record name in
772the sensitivity list (e.g. \"in1(0)\", \"in2.f0\"). 773the sensitivity list (e.g. \"in1(0)\", \"in2.f0\").
773Otherwise, only the record name is included (e.g. \"in1\", \"in2\")." 774Otherwise, only the record name is included (e.g. \"in1\", \"in2\")."
774 :type 'boolean 775 :type 'boolean
776 :version "24.3"
775 :group 'vhdl-style) 777 :group 'vhdl-style)
776 778
777(defgroup vhdl-naming nil 779(defgroup vhdl-naming nil
@@ -1849,6 +1851,7 @@ Otherwise, comment lines are indented like the preceding code line.
1849Indenting comment lines like the following code line gives nicer indentation 1851Indenting comment lines like the following code line gives nicer indentation
1850when comments precede the code that they refer to." 1852when comments precede the code that they refer to."
1851 :type 'boolean 1853 :type 'boolean
1854 :version "24.3"
1852 :group 'vhdl-misc) 1855 :group 'vhdl-misc)
1853 1856
1854(defcustom vhdl-word-completion-case-sensitive nil 1857(defcustom vhdl-word-completion-case-sensitive nil
diff --git a/lisp/textmodes/reftex-vars.el b/lisp/textmodes/reftex-vars.el
index df3d729adca..264d6e21839 100644
--- a/lisp/textmodes/reftex-vars.el
+++ b/lisp/textmodes/reftex-vars.el
@@ -968,6 +968,7 @@ the macro type is being prompted for. (See also
968`reftex-ref-macro-prompt'.) The keys, represented as characters, 968`reftex-ref-macro-prompt'.) The keys, represented as characters,
969have to be unique." 969have to be unique."
970 :group 'reftex-referencing-labels 970 :group 'reftex-referencing-labels
971 :version "24.3"
971 :type '(alist :key-type (string :tag "Style name") 972 :type '(alist :key-type (string :tag "Style name")
972 :value-type (group (choice :tag "Package" 973 :value-type (group (choice :tag "Package"
973 (const :tag "Any package" t) 974 (const :tag "Any package" t)
@@ -979,6 +980,7 @@ have to be unique."
979(defcustom reftex-ref-macro-prompt t 980(defcustom reftex-ref-macro-prompt t
980 "If non-nil, `reftex-reference' prompts for the reference macro." 981 "If non-nil, `reftex-reference' prompts for the reference macro."
981 :group 'reftex-referencing-labels 982 :group 'reftex-referencing-labels
983 :version "24.3"
982 :type 'boolean) 984 :type 'boolean)
983 985
984(defcustom reftex-vref-is-default nil 986(defcustom reftex-vref-is-default nil
@@ -1014,6 +1016,7 @@ can be cycled in the buffer for selecting a label. The entries
1014in the list have to match the respective reference style names 1016in the list have to match the respective reference style names
1015used in the variable `reftex-ref-style-alist'." 1017used in the variable `reftex-ref-style-alist'."
1016 :group 'reftex-referencing-labels 1018 :group 'reftex-referencing-labels
1019 :version "24.3"
1017 :type `(set ,@(mapcar (lambda (x) (list 'const (car x))) 1020 :type `(set ,@(mapcar (lambda (x) (list 'const (car x)))
1018 reftex-ref-style-alist))) 1021 reftex-ref-style-alist)))
1019 1022
@@ -1257,16 +1260,19 @@ should return the string to insert into the buffer."
1257(defcustom reftex-cite-key-separator "," 1260(defcustom reftex-cite-key-separator ","
1258 "String to be used for separating several keys in a \\cite macro." 1261 "String to be used for separating several keys in a \\cite macro."
1259 :group 'reftex-citation-support 1262 :group 'reftex-citation-support
1263 :version "24.3"
1260 :type 'string) 1264 :type 'string)
1261 1265
1262(defcustom reftex-create-bibtex-header nil 1266(defcustom reftex-create-bibtex-header nil
1263 "Header to insert in BibTeX files generated by RefTeX." 1267 "Header to insert in BibTeX files generated by RefTeX."
1264 :group 'reftex-citation-support 1268 :group 'reftex-citation-support
1269 :version "24.3"
1265 :type 'string) 1270 :type 'string)
1266 1271
1267(defcustom reftex-create-bibtex-footer nil 1272(defcustom reftex-create-bibtex-footer nil
1268 "Footer to insert in BibTeX files generated by RefTeX." 1273 "Footer to insert in BibTeX files generated by RefTeX."
1269 :group 'reftex-citation-support 1274 :group 'reftex-citation-support
1275 :version "24.3"
1270 :type 'string) 1276 :type 'string)
1271 1277
1272;; Index Support Configuration 1278;; Index Support Configuration
diff --git a/lisp/textmodes/rst.el b/lisp/textmodes/rst.el
index 869da63064a..202c36c2e4a 100644
--- a/lisp/textmodes/rst.el
+++ b/lisp/textmodes/rst.el
@@ -1545,6 +1545,7 @@ b. a negative numerical argument, which generally inverts the
1545 :type '(choice 1545 :type '(choice
1546 (const :tag "Same level as previous one" nil) 1546 (const :tag "Same level as previous one" nil)
1547 (const :tag "One level down relative to the previous one" t)) 1547 (const :tag "One level down relative to the previous one" t))
1548 :version "24.3"
1548 :package-version '(rst . "1.1.0")) 1549 :package-version '(rst . "1.1.0"))
1549(rst-testcover-defcustom) 1550(rst-testcover-defcustom)
1550 1551
@@ -2845,24 +2846,28 @@ here."
2845(defcustom rst-indent-field 3 2846(defcustom rst-indent-field 3
2846 "Indentation for first line after a field or 0 to always indent for content." 2847 "Indentation for first line after a field or 0 to always indent for content."
2847 :group 'rst-indent 2848 :group 'rst-indent
2849 :version "24.3"
2848 :type '(integer)) 2850 :type '(integer))
2849(rst-testcover-defcustom) 2851(rst-testcover-defcustom)
2850 2852
2851(defcustom rst-indent-literal-normal 3 2853(defcustom rst-indent-literal-normal 3
2852 "Default indentation for literal block after a markup on an own line." 2854 "Default indentation for literal block after a markup on an own line."
2853 :group 'rst-indent 2855 :group 'rst-indent
2856 :version "24.3"
2854 :type '(integer)) 2857 :type '(integer))
2855(rst-testcover-defcustom) 2858(rst-testcover-defcustom)
2856 2859
2857(defcustom rst-indent-literal-minimized 2 2860(defcustom rst-indent-literal-minimized 2
2858 "Default indentation for literal block after a minimized markup." 2861 "Default indentation for literal block after a minimized markup."
2859 :group 'rst-indent 2862 :group 'rst-indent
2863 :version "24.3"
2860 :type '(integer)) 2864 :type '(integer))
2861(rst-testcover-defcustom) 2865(rst-testcover-defcustom)
2862 2866
2863(defcustom rst-indent-comment 3 2867(defcustom rst-indent-comment 3
2864 "Default indentation for first line of a comment." 2868 "Default indentation for first line of a comment."
2865 :group 'rst-indent 2869 :group 'rst-indent
2870 :version "24.3"
2866 :type '(integer)) 2871 :type '(integer))
2867(rst-testcover-defcustom) 2872(rst-testcover-defcustom)
2868 2873