diff options
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/progmodes/compile.el | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c4261f6f2bf..e071cbc43bb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2010-04-10 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * progmodes/compile.el (compilation-save-buffers-predicate): | ||
| 4 | Add missing :version tag. | ||
| 5 | |||
| 1 | 2010-04-09 Sam Steingold <sds@gnu.org> | 6 | 2010-04-09 Sam Steingold <sds@gnu.org> |
| 2 | 7 | ||
| 3 | * progmodes/compile.el (compilation-save-buffers-predicate): | 8 | * progmodes/compile.el (compilation-save-buffers-predicate): |
diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index 7f0cdcea47e..13cf862ee18 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el | |||
| @@ -595,7 +595,8 @@ of `my-compilation-root' here." | |||
| 595 | (const :tag "Default (save all file-visiting buffers)" nil) | 595 | (const :tag "Default (save all file-visiting buffers)" nil) |
| 596 | (const :tag "Save all buffers" t) | 596 | (const :tag "Save all buffers" t) |
| 597 | function) | 597 | function) |
| 598 | :group 'compilation) | 598 | :group 'compilation |
| 599 | :version "24.1") | ||
| 599 | 600 | ||
| 600 | ;;;###autoload | 601 | ;;;###autoload |
| 601 | (defcustom compilation-search-path '(nil) | 602 | (defcustom compilation-search-path '(nil) |