diff options
| author | Glenn Morris | 2010-04-09 19:18:09 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-04-09 19:18:09 -0700 |
| commit | ba33df004afb7c66338e65a32fd9ecfe4a1648aa (patch) | |
| tree | 78d5be238de65ae29c6ebc82bae564935478e12e | |
| parent | 004f9b3f1bf1fdf09c457cd30ea5e377d653a470 (diff) | |
| download | emacs-ba33df004afb7c66338e65a32fd9ecfe4a1648aa.tar.gz emacs-ba33df004afb7c66338e65a32fd9ecfe4a1648aa.zip | |
* compile.el (compilation-save-buffers-predicate): Add missing :version tag.
| -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) |