aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/progmodes/compile.el1
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f4091aca9f4..eef4d48c0e4 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12010-04-09 Sam Steingold <sds@gnu.org>
2
3 * progmodes/compile.el (compilation-save-buffers-predicate):
4 Remove the "autoload" cookie.
5
12010-04-09 Dan Nicolaescu <dann@ics.uci.edu> 62010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
2 7
3 Add --author support to git commit. 8 Add --author support to git commit.
diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el
index 5fc4a5f99df..7f0cdcea47e 100644
--- a/lisp/progmodes/compile.el
+++ b/lisp/progmodes/compile.el
@@ -583,7 +583,6 @@ Otherwise, it saves all modified buffers without asking."
583 :type 'boolean 583 :type 'boolean
584 :group 'compilation) 584 :group 'compilation)
585 585
586;;;###autoload
587(defcustom compilation-save-buffers-predicate nil 586(defcustom compilation-save-buffers-predicate nil
588 "The second argument (PRED) passed to `save-some-buffers' before compiling. 587 "The second argument (PRED) passed to `save-some-buffers' before compiling.
589E.g., one can set this to 588E.g., one can set this to