From: Glenn Morris Date: Sat, 10 Apr 2010 02:18:09 +0000 (-0700) Subject: * compile.el (compilation-save-buffers-predicate): Add missing :version tag. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~553 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ba33df004afb7c66338e65a32fd9ecfe4a1648aa;p=emacs.git * compile.el (compilation-save-buffers-predicate): Add missing :version tag. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c4261f6f2bf..e071cbc43bb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2010-04-10 Glenn Morris + + * progmodes/compile.el (compilation-save-buffers-predicate): + Add missing :version tag. + 2010-04-09 Sam Steingold * progmodes/compile.el (compilation-save-buffers-predicate): diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index 7f0cdcea47e..13cf862ee18 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el @@ -595,7 +595,8 @@ of `my-compilation-root' here." (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)