From: Richard M. Stallman Date: Sat, 29 May 2004 14:33:28 +0000 (+0000) Subject: Comment change. X-Git-Tag: ttn-vms-21-2-B4~6016 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1c795a0e1567ce62d98ff56b4bdf62efb7467f2e;p=emacs.git Comment change. --- diff --git a/lisp/window.el b/lisp/window.el index 2b5a4ab161d..188b3acf311 100644 --- a/lisp/window.el +++ b/lisp/window.el @@ -36,6 +36,9 @@ of this construct. However, if a window has become dead, don't get an error, just refrain from reselecting it." `(let ((save-selected-window-window (selected-window)) + ;; It is necessary to save all of these, because calling + ;; select-window changes frame-selected-window for whatever + ;; frame that window is in. (save-selected-window-alist (mapcar (lambda (frame) (list frame (frame-selected-window frame))) (frame-list))))