* lisp/progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
Add :version tags.
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.
The offset of a line included in the indent information returned by
`c-guess-basic-syntax'."
+ :version "24.1"
:type 'integer
:group 'c)
"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)