diff options
author | Juri Linkov <juri@jurta.org> | 2013-07-04 02:11:58 +0300 |
---|---|---|
committer | Juri Linkov <juri@jurta.org> | 2013-07-04 02:11:58 +0300 |
commit | 96673afeb28274a4495c35e49435ad25e3005a48 (patch) | |
tree | 45f91006cd698dee44a42acf5a8b9db75732da96 /etc/NEWS | |
parent | 924494f4c00822767ec350aab7466a928c05d168 (diff) | |
download | emacs-96673afeb28274a4495c35e49435ad25e3005a48.tar.gz |
* lisp/buff-menu.el (Buffer-menu-multi-occur): Add args and move the
call of `occur-read-primary-args' to interactive spec.
* lisp/ibuffer.el (ibuffer-mode-map): Bind "M-s a C-o" to
`ibuffer-do-occur' like in buff-menu.el.
Fixes: debbugs:14673
Diffstat (limited to 'etc/NEWS')
-rw-r--r-- | etc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -218,6 +218,10 @@ The default separator is changed to allow surrounding spaces around the comma. *** Battery information via the BSD `apm' utility is now supported. +** Buffer Menu + +*** `M-s a C-o' shows lines matching a regexp in marked buffers using Occur. + ** Calendar and Diary +++ |