1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 08:43:40 -07:00

*** empty log message ***

This commit is contained in:
Richard M. Stallman 1992-07-24 19:27:07 +00:00
parent 770970cbad
commit 1fcf5f9263

View file

@ -185,7 +185,7 @@ The name used for the buffer is actually whatever is returned by
the function in `compilation-buffer-name-function', so you can set that
to a function that generates a unique name."
(interactive (list (read-from-minibuffer "Compile command: "
compile-command nil
compile-command nil nil
'(compile-history . 1))))
(setq compile-command command)
(save-some-buffers nil nil)