]> git.eshelyaron.com Git - emacs.git/commitdiff
* bs.el (bs-cycle-previous): Don't modify the cycle list until
authorChong Yidong <cyd@stupidchicken.com>
Tue, 5 Jun 2007 15:58:40 +0000 (15:58 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Tue, 5 Jun 2007 15:58:40 +0000 (15:58 +0000)
`switch-to-buffer' has returned succesfully.
(bs-cycle-next): Ditto.  Also, don't bury the buffer when the
window is dedicated (it could iconify the frame).

lisp/ChangeLog

index fae5255e1bc33986dd2e319192f2bf3f7c9bd35c..695db5c967845d7378012b7edf7ac02520a78715 100644 (file)
@@ -1,3 +1,10 @@
+2007-06-05  Juanma Barranquero  <lekktu@gmail.com>
+
+       * bs.el (bs-cycle-previous): Don't modify the cycle list until
+       `switch-to-buffer' has returned succesfully.
+       (bs-cycle-next): Ditto.  Also, don't bury the buffer when the
+       window is dedicated (it could iconify the frame).
+
 2007-06-05  Glenn Morris  <rgm@gnu.org>
 
        * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.