aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorMartin Rudalics2011-07-15 09:12:09 +0200
committerMartin Rudalics2011-07-15 09:12:09 +0200
commit75c68aa1b696fca51177e7777e4aa9838a1b4660 (patch)
tree4c77b90799540cfb0de6272d3acbeaf86109e07d /lisp/ChangeLog
parentec2bc542a4d0127425625e8cb458684bd825675a (diff)
downloademacs-75c68aa1b696fca51177e7777e4aa9838a1b4660.tar.gz
emacs-75c68aa1b696fca51177e7777e4aa9838a1b4660.zip
Fix pop-to-buffer call in switch-to-buffer.
* window.el (switch-to-buffer): Call pop-to-buffer with normalized buffer argument (Bug#9083) and self-identifying label argument.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 1b3e25da8e1..96f4dd07612 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12011-07-15 Martin Rudalics <rudalics@gmx.at>
2
3 * window.el (switch-to-buffer): Call pop-to-buffer with normalized
4 buffer argument (Bug#9083) and self-identifying label argument.
5
12011-07-15 Glenn Morris <rgm@gnu.org> 62011-07-15 Glenn Morris <rgm@gnu.org>
2 7
3 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273) 8 * emacs-lisp/debug.el (debug): Doc fix. (Bug#8273)