summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2010-04-09 19:18:09 -0700
committerGlenn Morris <rgm@gnu.org>2010-04-09 19:18:09 -0700
commitba33df004afb7c66338e65a32fd9ecfe4a1648aa (patch)
tree78d5be238de65ae29c6ebc82bae564935478e12e
parent004f9b3f1bf1fdf09c457cd30ea5e377d653a470 (diff)
downloademacs-ba33df004afb7c66338e65a32fd9ecfe4a1648aa.tar.gz
* compile.el (compilation-save-buffers-predicate): Add missing :version tag.
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/progmodes/compile.el3
2 files changed, 7 insertions, 1 deletions
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 <rgm@gnu.org>
+
+ * progmodes/compile.el (compilation-save-buffers-predicate):
+ Add missing :version tag.
+
2010-04-09 Sam Steingold <sds@gnu.org>
* 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)