diff options
| author | Richard M. Stallman | 1992-07-24 19:27:07 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1992-07-24 19:27:07 +0000 |
| commit | 1fcf5f9263bf7e09ae07e9697a82e2835a3adba4 (patch) | |
| tree | d5226758a50e661925adfdd51efd5d07ef5118a7 | |
| parent | 770970cbad7bc867d747ad04b5d620d223ca6f40 (diff) | |
| download | emacs-1fcf5f9263bf7e09ae07e9697a82e2835a3adba4.tar.gz emacs-1fcf5f9263bf7e09ae07e9697a82e2835a3adba4.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/progmodes/compile.el | 2 |
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 | |||
| 185 | the function in `compilation-buffer-name-function', so you can set that | 185 | the function in `compilation-buffer-name-function', so you can set that |
| 186 | to a function that generates a unique name." | 186 | to 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) |