]> code.delx.au - gnu-emacs/commitdiff
Add some custom :version tags
authorGlenn Morris <rgm@gnu.org>
Thu, 9 Feb 2012 07:59:13 +0000 (23:59 -0800)
committerGlenn Morris <rgm@gnu.org>
Thu, 9 Feb 2012 07:59:13 +0000 (23:59 -0800)
* lisp/progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
Add :version tags.

lisp/ChangeLog
lisp/progmodes/cc-guess.el

index 0af831976f05e904eb2477ff00b43e7d3c6c6514..254e1226a07aaed54cf09b3eec90c69eb1a39b52 100644 (file)
@@ -1,5 +1,8 @@
 2012-02-09  Glenn Morris  <rgm@gnu.org>
 
+       * progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
+       Add :version tags.
+
        * progmodes/compile.el (compilation-first-column)
        (compilation-error-screen-columns, compilation-filter-start): Doc fixes.
 
index fcd6a443b676a605280c0329e96e946988739300..4dd802ead0bb597e7f30015b48d966ac58086814 100644 (file)
@@ -85,6 +85,7 @@ Discard an examined offset if its absolute value is greater than this.
 
 The offset of a line included in the indent information returned by
 `c-guess-basic-syntax'."
+  :version "24.1"
   :type 'integer
   :group 'c)
 
@@ -92,6 +93,7 @@ The offset of a line included in the indent information returned by
   "The maximum region size for examining indent information with `c-guess'.
 It takes a long time to examine indent information from a large region;
 this option helps you limit that time. `nil' means no limit."
+  :version "24.1"
   :type 'integer
   :group 'c)