From: Glenn Morris Date: Thu, 9 Feb 2012 07:59:13 +0000 (-0800) Subject: Add some custom :version tags X-Git-Tag: emacs-pretest-24.0.94~210 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=354998cdb6a7ff15847ca59e1a5d0e14b972890e;p=emacs.git Add some custom :version tags * lisp/progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max): Add :version tags. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0af831976f0..254e1226a07 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2012-02-09 Glenn Morris + * 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. diff --git a/lisp/progmodes/cc-guess.el b/lisp/progmodes/cc-guess.el index fcd6a443b67..4dd802ead0b 100644 --- a/lisp/progmodes/cc-guess.el +++ b/lisp/progmodes/cc-guess.el @@ -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)