From: Chong Yidong Date: Tue, 5 Jun 2007 15:58:40 +0000 (+0000) Subject: * bs.el (bs-cycle-previous): Don't modify the cycle list until X-Git-Tag: emacs-pretest-22.1.90~1424 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=27e165152b8365e566b30155e7e7cdf7b0a3c6ae;p=emacs.git * 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 --git a/lisp/ChangeLog b/lisp/ChangeLog index fae5255e1bc..695db5c9678 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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.