changeset 77916:552e43e7efe5

* 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).
author Chong Yidong <cyd@stupidchicken.com>
date Tue, 05 Jun 2007 15:58:40 +0000
parents fd3091c46b02
children 32e17b491f4f
files lisp/ChangeLog
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Jun 05 15:51:01 2007 +0000
+++ b/lisp/ChangeLog	Tue Jun 05 15:58:40 2007 +0000
@@ -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.