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: Sam Steingold
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/compile.el,v
Date: Tue, 07 Aug 2007 20:10:16 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Sam Steingold <sds>     07/08/07 20:10:16

Index: progmodes/compile.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/progmodes/compile.el,v
retrieving revision 1.438
retrieving revision 1.439
diff -u -b -r1.438 -r1.439
--- progmodes/compile.el        3 Aug 2007 05:49:57 -0000       1.438
+++ progmodes/compile.el        7 Aug 2007 20:10:14 -0000       1.439
@@ -1136,7 +1136,7 @@
                       (if (file-remote-p default-directory)
                           "/bin/sh"
                         shell-file-name)
-                      `("-c" ,command))))
+                      nil `("-c" ,command))))
                 (start-file-process-shell-command (downcase mode-name)
                                                   outbuf command))))
          ;; Make the buffer's mode line show process state.




reply via email to

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