aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Steingold2010-04-09 11:52:45 -0400
committerSam Steingold2010-04-09 11:52:45 -0400
commit4a8ae76f680171f77589d460e80ffbd273b6265a (patch)
tree061564a3a4c9169402a61e90c938cd13906fe3a6
parent6aebd58cd2355e7a92efe1a5ef90ec72dc370287 (diff)
downloademacs-4a8ae76f680171f77589d460e80ffbd273b6265a.tar.gz
emacs-4a8ae76f680171f77589d460e80ffbd273b6265a.zip
(compilation-save-buffers-predicate): Remove the "autoload" cookie.
-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