aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/progmodes/compile.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el
index 888c5578dbe..613aa6667da 100644
--- a/lisp/progmodes/compile.el
+++ b/lisp/progmodes/compile.el
@@ -185,7 +185,7 @@ The name used for the buffer is actually whatever is returned by
185the function in `compilation-buffer-name-function', so you can set that 185the function in `compilation-buffer-name-function', so you can set that
186to a function that generates a unique name." 186to a function that generates a unique name."
187 (interactive (list (read-from-minibuffer "Compile command: " 187 (interactive (list (read-from-minibuffer "Compile command: "
188 compile-command nil 188 compile-command nil nil
189 '(compile-history . 1)))) 189 '(compile-history . 1))))
190 (setq compile-command command) 190 (setq compile-command command)
191 (save-some-buffers nil nil) 191 (save-some-buffers nil nil)