mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-11 10:20:33 -08:00
(with-selected-frame): Mention that the selected frame is restored.
Fixes: debbugs:9980
This commit is contained in:
parent
8e66aebec2
commit
4e5d086de6
2 changed files with 6 additions and 2 deletions
|
|
@ -1,5 +1,8 @@
|
|||
2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org>
|
||||
|
||||
* subr.el (with-selected-frame): Mention that the selected frame
|
||||
is restored (bug#9980).
|
||||
|
||||
* ibuffer.el (ibuffer-mode): List the bindings in the corrent map
|
||||
(bug#9759).
|
||||
|
||||
|
|
|
|||
|
|
@ -2983,8 +2983,9 @@ the buffer list ordering."
|
|||
"Execute the forms in BODY with FRAME as the selected frame.
|
||||
The value returned is the value of the last form in BODY.
|
||||
|
||||
This macro neither changes the order of recently selected windows
|
||||
nor the buffer list."
|
||||
This macro saves and restores the selected frame, and changes the
|
||||
order of neither the recently selected windows nor the buffers in
|
||||
the buffer list."
|
||||
(declare (indent 1) (debug t))
|
||||
(let ((old-frame (make-symbol "old-frame"))
|
||||
(old-buffer (make-symbol "old-buffer")))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue