emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r99861: * compile.el (compilation-sav


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r99861: * compile.el (compilation-save-buffers-predicate): Add missing :version tag.
Date: Fri, 09 Apr 2010 19:18:09 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 99861
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Fri 2010-04-09 19:18:09 -0700
message:
  * compile.el (compilation-save-buffers-predicate): Add missing :version tag.
modified:
  lisp/ChangeLog
  lisp/progmodes/compile.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-04-09 16:04:17 +0000
+++ b/lisp/ChangeLog    2010-04-10 02:18:09 +0000
@@ -1,3 +1,8 @@
+2010-04-10  Glenn Morris  <address@hidden>
+
+       * progmodes/compile.el (compilation-save-buffers-predicate):
+       Add missing :version tag.
+
 2010-04-09  Sam Steingold  <address@hidden>
 
        * progmodes/compile.el (compilation-save-buffers-predicate):

=== modified file 'lisp/progmodes/compile.el'
--- a/lisp/progmodes/compile.el 2010-04-09 15:52:45 +0000
+++ b/lisp/progmodes/compile.el 2010-04-10 02:18:09 +0000
@@ -595,7 +595,8 @@
           (const :tag "Default (save all file-visiting buffers)" nil)
           (const :tag "Save all buffers" t)
           function)
-  :group 'compilation)
+  :group 'compilation
+  :version "24.1")
 
 ;;;###autoload
 (defcustom compilation-search-path '(nil)


reply via email to

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