emacs-diffs
[Top][All Lists]
Advanced

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

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


From: John Paul Wallington
Subject: [Emacs-diffs] Changes to emacs/lisp/subr.el
Date: Mon, 21 Jul 2003 14:03:06 -0400

Index: emacs/lisp/subr.el
diff -c emacs/lisp/subr.el:1.359 emacs/lisp/subr.el:1.360
*** emacs/lisp/subr.el:1.359    Mon Jul 21 05:57:01 2003
--- emacs/lisp/subr.el  Mon Jul 21 14:03:06 2003
***************
*** 1639,1645 ****
              (set-frame-selected-window (car elt) (cadr elt))))
         (if (window-live-p save-selected-window-window)
           ;; This is where the code differs from save-selected-window.
!          (select-window save-selected-window-window 'norecord))))
  
  (defmacro with-temp-file (file &rest body)
    "Create a new buffer, evaluate BODY there, and write the buffer to FILE.
--- 1639,1645 ----
              (set-frame-selected-window (car elt) (cadr elt))))
         (if (window-live-p save-selected-window-window)
           ;; This is where the code differs from save-selected-window.
!          (select-window save-selected-window-window 'norecord)))))
  
  (defmacro with-temp-file (file &rest body)
    "Create a new buffer, evaluate BODY there, and write the buffer to FILE.




reply via email to

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