+2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
+
+ * simple.el (process-file): Accept nil for INFILE. Reported by
+ Luc Teirlinck.
+
2004-10-24 Masatake YAMATO <jet@gyve.org>
* progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords): Handle
lc stderr-file)
(unwind-protect
(if fh (apply fh 'process-file program infile buffer display args)
- (setq lc (file-local-copy infile))
+ (when infile (setq lc (file-local-copy infile)))
(setq stderr-file (when (and (consp buffer) (stringp (cadr buffer)))
(make-temp-file "emacs"))))
(prog1