+2007-08-07 Sam Steingold <sds@gnu.org>
+
+ * progmodes/compile.el (compilation-start): Pass nil as startfile
+ to comint-exec.
+
2007-08-07 Chong Yidong <cyd@stupidchicken.com>
* longlines.el (longlines-decoded): New variable.
(maven
;; Maven is a popular build tool for Java. Maven is Free Software.
"\\(.*?\\):\\[\\([0-9]+\\),\\([0-9]+\\)\\]" 1 2 3)
-
+
(bash
"^\\([^: \n\t]+\\): line \\([0-9]+\\):" 1 2)
(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.