Mercurial > emacs
changeset 19766:0790c7dab24d
(compilation-ask-about-save): Add autoload cookie.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 05 Sep 1997 19:41:25 +0000 |
parents | adacf35e99eb |
children | 19c8d84c0d87 |
files | lisp/progmodes/compile.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/compile.el Fri Sep 05 18:08:34 1997 +0000 +++ b/lisp/progmodes/compile.el Fri Sep 05 19:41:25 1997 +0000 @@ -352,6 +352,7 @@ :type 'boolean :group 'compilation) +;;;###autoload (defcustom compilation-ask-about-save t "*If not nil, M-x compile asks which buffers to save before compiling. Otherwise, it saves all modified buffers without asking."