aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1992-07-24 19:27:07 +0000
committerRichard M. Stallman1992-07-24 19:27:07 +0000
commit1fcf5f9263bf7e09ae07e9697a82e2835a3adba4 (patch)
treed5226758a50e661925adfdd51efd5d07ef5118a7
parent770970cbad7bc867d747ad04b5d620d223ca6f40 (diff)
downloademacs-1fcf5f9263bf7e09ae07e9697a82e2835a3adba4.tar.gz
emacs-1fcf5f9263bf7e09ae07e9697a82e2835a3adba4.zip
*** empty log message ***
-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)