Mercurial > emacs
changeset 865:637812e90946
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 24 Jul 1992 19:27:07 +0000 |
parents | fe5f6b7c9727 |
children | ae5c412a32ec |
files | lisp/progmodes/compile.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/compile.el Fri Jul 24 08:17:31 1992 +0000 +++ b/lisp/progmodes/compile.el Fri Jul 24 19:27:07 1992 +0000 @@ -185,7 +185,7 @@ 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)