diff lisp/progmodes/compile.el @ 865:637812e90946

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Fri, 24 Jul 1992 19:27:07 +0000
parents fe5f6b7c9727
children 9ba823ecb3df
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)