diff options
| author | Sam Steingold | 2010-04-09 11:52:45 -0400 |
|---|---|---|
| committer | Sam Steingold | 2010-04-09 11:52:45 -0400 |
| commit | 4a8ae76f680171f77589d460e80ffbd273b6265a (patch) | |
| tree | 061564a3a4c9169402a61e90c938cd13906fe3a6 | |
| parent | 6aebd58cd2355e7a92efe1a5ef90ec72dc370287 (diff) | |
| download | emacs-4a8ae76f680171f77589d460e80ffbd273b6265a.tar.gz emacs-4a8ae76f680171f77589d460e80ffbd273b6265a.zip | |
(compilation-save-buffers-predicate): Remove the "autoload" cookie.
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/progmodes/compile.el | 1 |
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 @@ | |||
| 1 | 2010-04-09 Sam Steingold <sds@gnu.org> | ||
| 2 | |||
| 3 | * progmodes/compile.el (compilation-save-buffers-predicate): | ||
| 4 | Remove the "autoload" cookie. | ||
| 5 | |||
| 1 | 2010-04-09 Dan Nicolaescu <dann@ics.uci.edu> | 6 | 2010-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. |
| 589 | E.g., one can set this to | 588 | E.g., one can set this to |