comparison lisp/progmodes/compile.el @ 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 bc9b6200a609
children ff933683a5c5
comparison
equal deleted inserted replaced
19765:adacf35e99eb 19766:0790c7dab24d
350 "*If not nil, M-x compile reads the compilation command to use. 350 "*If not nil, M-x compile reads the compilation command to use.
351 Otherwise, M-x compile just uses the value of `compile-command'." 351 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.
357 Otherwise, it saves all modified buffers without asking." 358 Otherwise, it saves all modified buffers without asking."
358 :type 'boolean 359 :type 'boolean
359 :group 'compilation) 360 :group 'compilation)