emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/progmodes/compile.el,v


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/compile.el,v
Date: Thu, 20 Mar 2008 19:57:01 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        08/03/20 19:57:01

Index: progmodes/compile.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/progmodes/compile.el,v
retrieving revision 1.462
retrieving revision 1.463
diff -u -b -r1.462 -r1.463
--- progmodes/compile.el        5 Mar 2008 04:09:23 -0000       1.462
+++ progmodes/compile.el        20 Mar 2008 19:56:57 -0000      1.463
@@ -1031,8 +1031,7 @@
    (list
     (let ((command (eval compile-command)))
       (if (or compilation-read-command current-prefix-arg)
-         (read-from-minibuffer "Compile command: "
-                               command nil nil
+         (read-shell-command "Compile command: " command
                                (if (equal (car compile-history) command)
                                    '(compile-history . 1)
                                  'compile-history))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]