]> git.eshelyaron.com Git - emacs.git/commitdiff
(compilation-ask-about-save): Add autoload cookie.
authorRichard M. Stallman <rms@gnu.org>
Fri, 5 Sep 1997 19:41:25 +0000 (19:41 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 5 Sep 1997 19:41:25 +0000 (19:41 +0000)
lisp/progmodes/compile.el

index 6d12db7075dd8bf155b39f775eda62ec10c92cc8..4eaf4b49681c5f9e06f5ecc43e165604efc72154 100644 (file)
@@ -352,6 +352,7 @@ Otherwise, M-x compile just uses the value of `compile-command'."
   :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."