aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1997-09-05 19:41:25 +0000
committerRichard M. Stallman1997-09-05 19:41:25 +0000
commite83be080502e03ffd147d58eeccb865156ece20a (patch)
treec578ad88bfabb5aae75147266588d346b68a9dec
parent278271293fb75c48c820b5d65b0231ad84900a36 (diff)
downloademacs-e83be080502e03ffd147d58eeccb865156ece20a.tar.gz
emacs-e83be080502e03ffd147d58eeccb865156ece20a.zip
(compilation-ask-about-save): Add autoload cookie.
-rw-r--r--lisp/progmodes/compile.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el
index 6d12db7075d..4eaf4b49681 100644
--- a/lisp/progmodes/compile.el
+++ b/lisp/progmodes/compile.el
@@ -352,6 +352,7 @@ Otherwise, M-x compile just uses the value of `compile-command'."
352 :type 'boolean 352 :type 'boolean
353 :group 'compilation) 353 :group 'compilation)
354 354
355;;;###autoload
355(defcustom compilation-ask-about-save t 356(defcustom compilation-ask-about-save t
356 "*If not nil, M-x compile asks which buffers to save before compiling. 357 "*If not nil, M-x compile asks which buffers to save before compiling.
357Otherwise, it saves all modified buffers without asking." 358Otherwise, it saves all modified buffers without asking."