diff options
author | Drew Adams <drew.adams@oracle.com> | 2011-06-20 21:49:36 -0400 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2011-06-20 21:49:36 -0400 |
commit | 5d907d6cf02df3549a0da92691037b8c9cc2e534 (patch) | |
tree | 36481939802b320df531bc1449712d18954add2f /etc | |
parent | 478d6f95ff1349434dd7880a7e67d7e288e32972 (diff) | |
download | emacs-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/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |