emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r107211: Add some custom :version tag


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r107211: Add some custom :version tags
Date: Wed, 08 Feb 2012 23:59:13 -0800
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 107211
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Wed 2012-02-08 23:59:13 -0800
message:
  Add some custom :version tags
  
  * lisp/progmodes/cc-guess.el (c-guess-offset-threshold, c-guess-region-max):
  Add :version tags.
modified:
  lisp/ChangeLog
  lisp/progmodes/cc-guess.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-02-09 07:48:22 +0000
+++ b/lisp/ChangeLog    2012-02-09 07:59:13 +0000
@@ -1,5 +1,8 @@
 2012-02-09  Glenn Morris  <address@hidden>
 
+       * 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.
 

=== modified file 'lisp/progmodes/cc-guess.el'
--- a/lisp/progmodes/cc-guess.el        2012-01-05 09:46:05 +0000
+++ b/lisp/progmodes/cc-guess.el        2012-02-09 07:59:13 +0000
@@ -85,6 +85,7 @@
 
 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 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)
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]