From e83be080502e03ffd147d58eeccb865156ece20a Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 5 Sep 1997 19:41:25 +0000 Subject: [PATCH] (compilation-ask-about-save): Add autoload cookie. --- lisp/progmodes/compile.el | 1 + 1 file changed, 1 insertion(+) 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'." :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." -- 2.39.2