summaryrefslogtreecommitdiff
path: root/etc/NEWS
diff options
context:
space:
mode:
authorJuri Linkov <juri@jurta.org>2013-07-04 02:11:58 +0300
committerJuri Linkov <juri@jurta.org>2013-07-04 02:11:58 +0300
commit96673afeb28274a4495c35e49435ad25e3005a48 (patch)
tree45f91006cd698dee44a42acf5a8b9db75732da96 /etc/NEWS
parent924494f4c00822767ec350aab7466a928c05d168 (diff)
downloademacs-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/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index f83d82417dd..cd17d806a81 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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
+++