aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes
diff options
context:
space:
mode:
authorSam Steingold2010-04-09 11:52:45 -0400
committerSam Steingold2010-04-09 11:52:45 -0400
commit4a8ae76f680171f77589d460e80ffbd273b6265a (patch)
tree061564a3a4c9169402a61e90c938cd13906fe3a6 /lisp/progmodes
parent6aebd58cd2355e7a92efe1a5ef90ec72dc370287 (diff)
downloademacs-4a8ae76f680171f77589d460e80ffbd273b6265a.tar.gz
emacs-4a8ae76f680171f77589d460e80ffbd273b6265a.zip
(compilation-save-buffers-predicate): Remove the "autoload" cookie.
Diffstat (limited to 'lisp/progmodes')
-rw-r--r--lisp/progmodes/compile.el1
1 files changed, 0 insertions, 1 deletions
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