mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-23 05:17:35 +00:00
(compilation-save-buffers-predicate): Remove the "autoload" cookie.
This commit is contained in:
parent
6aebd58cd2
commit
4a8ae76f68
2 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2010-04-09 Sam Steingold <sds@gnu.org>
|
||||
|
||||
* progmodes/compile.el (compilation-save-buffers-predicate):
|
||||
Remove the "autoload" cookie.
|
||||
|
||||
2010-04-09 Dan Nicolaescu <dann@ics.uci.edu>
|
||||
|
||||
Add --author support to git commit.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue