aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 @@
12010-04-10 Glenn Morris <rgm@gnu.org>
2
3 * progmodes/compile.el (compilation-save-buffers-predicate):
4 Add missing :version tag.
5
12010-04-09 Sam Steingold <sds@gnu.org> 62010-04-09 Sam Steingold <sds@gnu.org>
2 7
3 * progmodes/compile.el (compilation-save-buffers-predicate): 8 * 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."
595 (const :tag "Default (save all file-visiting buffers)" nil) 595 (const :tag "Default (save all file-visiting buffers)" nil)
596 (const :tag "Save all buffers" t) 596 (const :tag "Save all buffers" t)
597 function) 597 function)
598 :group 'compilation) 598 :group 'compilation
599 :version "24.1")
599 600
600;;;###autoload 601;;;###autoload
601(defcustom compilation-search-path '(nil) 602(defcustom compilation-search-path '(nil)