diff options
author | Richard M. Stallman <rms@gnu.org> | 2004-05-29 14:33:28 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2004-05-29 14:33:28 +0000 |
commit | 1c795a0e1567ce62d98ff56b4bdf62efb7467f2e (patch) | |
tree | ef9e7dedb5c27f6ba606cd6de685b999a1066d79 /lisp/window.el | |
parent | 9dd5e8d7c1e0cb26cc75f8cdf91eeaa170b48a6a (diff) | |
download | emacs-1c795a0e1567ce62d98ff56b4bdf62efb7467f2e.tar.gz |
Comment change.
Diffstat (limited to 'lisp/window.el')
-rw-r--r-- | lisp/window.el | 3 |
1 files changed, 3 insertions, 0 deletions
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)))) |