From 4a8ae76f680171f77589d460e80ffbd273b6265a Mon Sep 17 00:00:00 2001 From: Sam Steingold Date: Fri, 9 Apr 2010 11:52:45 -0400 Subject: [PATCH] (compilation-save-buffers-predicate): Remove the "autoload" cookie. --- lisp/ChangeLog | 5 +++++ lisp/progmodes/compile.el | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f4091aca9f4..eef4d48c0e4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2010-04-09 Sam Steingold + + * progmodes/compile.el (compilation-save-buffers-predicate): + Remove the "autoload" cookie. + 2010-04-09 Dan Nicolaescu 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." :type 'boolean :group 'compilation) -;;;###autoload (defcustom compilation-save-buffers-predicate nil "The second argument (PRED) passed to `save-some-buffers' before compiling. E.g., one can set this to -- 2.39.5