# HG changeset patch # User Chong Yidong # Date 1181059120 0 # Node ID 552e43e7efe5dac7f49cc2795048d0c7d56a7025 # Parent fd3091c46b024a3f976886f04ff4189f1e5c3940 * 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). diff -r fd3091c46b02 -r 552e43e7efe5 lisp/ChangeLog --- 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 + + * 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 * files.el (auto-mode-alist): Open `.asd' files in lisp-mode.