emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r106812: (with-selected-frame): Menti


From: Lars Magne Ingebrigtsen
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r106812: (with-selected-frame): Mention that the selected frame is restored.
Date: Sat, 07 Jan 2012 06:57:57 +0100
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 106812
fixes bug(s): http://debbugs.gnu.org/9980
committer: Lars Magne Ingebrigtsen <address@hidden>
branch nick: trunk
timestamp: Sat 2012-01-07 06:57:57 +0100
message:
  (with-selected-frame): Mention that the selected frame is restored.
modified:
  lisp/ChangeLog
  lisp/subr.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-01-07 05:50:58 +0000
+++ b/lisp/ChangeLog    2012-01-07 05:57:57 +0000
@@ -1,5 +1,8 @@
 2012-01-07  Lars Magne Ingebrigtsen  <address@hidden>
 
+       * 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).
 

=== modified file 'lisp/subr.el'
--- a/lisp/subr.el      2012-01-05 09:46:05 +0000
+++ b/lisp/subr.el      2012-01-07 05:57:57 +0000
@@ -2983,8 +2983,9 @@
   "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")))


reply via email to

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