[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r99857: (compilation-save-buffers-pre
From: |
Sam Steingold |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r99857: (compilation-save-buffers-predicate): Remove the "autoload" cookie. |
Date: |
Fri, 09 Apr 2010 11:52:45 -0400 |
User-agent: |
Bazaar (2.0.3) |
------------------------------------------------------------
revno: 99857
committer: Sam Steingold <address@hidden>
branch nick: trunk
timestamp: Fri 2010-04-09 11:52:45 -0400
message:
(compilation-save-buffers-predicate): Remove the "autoload" cookie.
modified:
lisp/ChangeLog
lisp/progmodes/compile.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog 2010-04-09 15:35:30 +0000
+++ b/lisp/ChangeLog 2010-04-09 15:52:45 +0000
@@ -1,3 +1,8 @@
+2010-04-09 Sam Steingold <address@hidden>
+
+ * progmodes/compile.el (compilation-save-buffers-predicate):
+ Remove the "autoload" cookie.
+
2010-04-09 Dan Nicolaescu <address@hidden>
Add --author support to git commit.
=== modified file 'lisp/progmodes/compile.el'
--- a/lisp/progmodes/compile.el 2010-04-07 16:20:35 +0000
+++ b/lisp/progmodes/compile.el 2010-04-09 15:52:45 +0000
@@ -583,7 +583,6 @@
: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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r99857: (compilation-save-buffers-predicate): Remove the "autoload" cookie.,
Sam Steingold <=