diff options
author | Glenn Morris <rgm@gnu.org> | 2012-02-08 23:59:13 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-02-08 23:59:13 -0800 |
commit | 354998cdb6a7ff15847ca59e1a5d0e14b972890e (patch) | |
tree | a30a9285447760fdbbf1a17fd999926697f2daca /lisp/progmodes/cc-guess.el | |
parent | f998bbe793e9ae7a8df071fec7de63879e67ef1a (diff) | |
download | emacs-354998cdb6a7ff15847ca59e1a5d0e14b972890e.tar.gz emacs-354998cdb6a7ff15847ca59e1a5d0e14b972890e.tar.bz2 emacs-354998cdb6a7ff15847ca59e1a5d0e14b972890e.zip |
Add some custom :version tags
* lisp/progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
Add :version tags.
Diffstat (limited to 'lisp/progmodes/cc-guess.el')
-rw-r--r-- | lisp/progmodes/cc-guess.el | 2 |
1 files changed, 2 insertions, 0 deletions
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) |