/[emacs]/emacs/lisp/simple.el
ViewVC logotype

Diff of /emacs/lisp/simple.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.662 by kai, Sat Oct 23 19:52:17 2004 UTC revision 1.663 by kai, Sun Oct 24 09:06:05 2004 UTC
# Line 1899  value passed." Line 1899  value passed."
1899          lc stderr-file)          lc stderr-file)
1900      (unwind-protect      (unwind-protect
1901          (if fh (apply fh 'process-file program infile buffer display args)          (if fh (apply fh 'process-file program infile buffer display args)
1902            (setq lc (file-local-copy infile))            (when infile (setq lc (file-local-copy infile)))
1903            (setq stderr-file (when (and (consp buffer) (stringp (cadr buffer)))            (setq stderr-file (when (and (consp buffer) (stringp (cadr buffer)))
1904                                (make-temp-file "emacs"))))                                (make-temp-file "emacs"))))
1905        (prog1        (prog1

Legend:
Removed from v.1.662  
changed lines
  Added in v.1.663

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26