# HG changeset patch # User Glenn Morris # Date 1270865889 25200 # Node ID 1cba68e0c6f64bc67e7e236e5d38d5e739983f36 # Parent 9c5ceea9a88b1f097970a06e41670af20164f231 * compile.el (compilation-save-buffers-predicate): Add missing :version tag. diff -r 9c5ceea9a88b -r 1cba68e0c6f6 lisp/ChangeLog --- a/lisp/ChangeLog Fri Apr 09 13:19:53 2010 -0400 +++ b/lisp/ChangeLog Fri Apr 09 19:18:09 2010 -0700 @@ -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 -r 9c5ceea9a88b -r 1cba68e0c6f6 lisp/progmodes/compile.el --- a/lisp/progmodes/compile.el Fri Apr 09 13:19:53 2010 -0400 +++ b/lisp/progmodes/compile.el Fri Apr 09 19:18:09 2010 -0700 @@ -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)