emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/simple.el


From: Kai Großjohann
Subject: [Emacs-diffs] Changes to emacs/lisp/simple.el
Date: Sun, 24 Oct 2004 05:16:29 -0400

Index: emacs/lisp/simple.el
diff -c emacs/lisp/simple.el:1.662 emacs/lisp/simple.el:1.663
*** emacs/lisp/simple.el:1.662  Sat Oct 23 19:52:17 2004
--- emacs/lisp/simple.el        Sun Oct 24 09:06:05 2004
***************
*** 1899,1905 ****
          lc stderr-file)
      (unwind-protect
          (if fh (apply fh 'process-file program infile buffer display args)
!           (setq lc (file-local-copy infile))
            (setq stderr-file (when (and (consp buffer) (stringp (cadr buffer)))
                                (make-temp-file "emacs"))))
        (prog1
--- 1899,1905 ----
          lc stderr-file)
      (unwind-protect
          (if fh (apply fh 'process-file program infile buffer display args)
!           (when infile (setq lc (file-local-copy infile)))
            (setq stderr-file (when (and (consp buffer) (stringp (cadr buffer)))
                                (make-temp-file "emacs"))))
        (prog1




reply via email to

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