diff options
| -rw-r--r-- | lisp/progmodes/compile.el | 1 |
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. |
| 357 | Otherwise, it saves all modified buffers without asking." | 358 | Otherwise, it saves all modified buffers without asking." |