Index: emacs/etc/NEWS diff -c emacs/etc/NEWS:1.1215 emacs/etc/NEWS:1.1216 *** emacs/etc/NEWS:1.1215 Thu Jun 23 21:48:25 2005 --- emacs/etc/NEWS Sat Jun 25 14:06:38 2005 *************** *** 4097,4102 **** --- 4097,4103 ---- +++ *** The new macro `with-selected-window' temporarily switches the selected window without impacting the order of `buffer-list'. + It saves and restores the current buffer, too. +++ *** `select-window' takes an optional second argument NORECORD. *************** *** 4106,4112 **** +++ *** `save-selected-window' now saves and restores the selected window of every frame. This way, it restores everything that can be changed ! by calling `select-window'. +++ *** `set-window-buffer' has an optional argument KEEP-MARGINS. --- 4107,4114 ---- +++ *** `save-selected-window' now saves and restores the selected window of every frame. This way, it restores everything that can be changed ! by calling `select-window'. It also saves and restores the current ! buffer. +++ *** `set-window-buffer' has an optional argument KEEP-MARGINS.
_______________________________________________ Emacs-diffs mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-diffs
