summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorDrew Adams <drew.adams@oracle.com>2011-06-20 21:49:36 -0400
committerStefan Monnier <monnier@iro.umontreal.ca>2011-06-20 21:49:36 -0400
commit5d907d6cf02df3549a0da92691037b8c9cc2e534 (patch)
tree36481939802b320df531bc1449712d18954add2f /etc
parent478d6f95ff1349434dd7880a7e67d7e288e32972 (diff)
downloademacs-5d907d6cf02df3549a0da92691037b8c9cc2e534.tar.gz
* lisp/menu-bar.el: Use function variable instead of switch-to-buffer.
(menu-bar-select-buffer-function): New variable. (menu-bar-update-buffers): Use it.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index f8d6e590835..7d32cdba0a6 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -309,6 +309,11 @@ If you need it, feedmail.el ought to provide a superset of the functionality.
The elisp implementation sha1.el is removed. Feature sha1 is provided
by default.
+** Menu-bar changes
+
+*** `menu-bar-select-buffer-function' lets you choose another operation
+instead of `switch-to-buffer' when selecting an item in the Buffers menu.
+
* Editing Changes in Emacs 24.1