From ba33df004afb7c66338e65a32fd9ecfe4a1648aa Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 9 Apr 2010 19:18:09 -0700 Subject: [PATCH] * compile.el (compilation-save-buffers-predicate): Add missing :version tag. --- lisp/ChangeLog | 5 +++++ lisp/progmodes/compile.el | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) 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) -- 2.39.5