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: Luc Teirlinck
Subject: [Emacs-diffs] Changes to emacs/lisp/subr.el
Date: Mon, 12 Jul 2004 20:11:36 -0400

Index: emacs/lisp/subr.el
diff -c emacs/lisp/subr.el:1.398 emacs/lisp/subr.el:1.399
*** emacs/lisp/subr.el:1.398    Mon Jul 12 01:10:54 2004
--- emacs/lisp/subr.el  Tue Jul 13 00:08:28 2004
***************
*** 1799,1804 ****
--- 1799,1810 ----
    "Execute the forms in BODY with WINDOW as the selected window.
  The value returned is the value of the last form in BODY.
  This does not alter the buffer list ordering.
+ This function saves and restores the selected window, as well as
+ the selected window in each frame.  If the previously selected
+ window of some frame is no longer live at the end of BODY, that
+ frame's selected window is left alone.  If the selected window is
+ no longer live, then whatever window is selected at the end of
+ BODY remains selected.
  See also `with-temp-buffer'."
    (declare (indent 1) (debug t))
    ;; Most of this code is a copy of save-selected-window.




reply via email to

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