summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorLeo Liu <sdl.web@gmail.com>2011-05-28 18:56:14 -0400
committerChong Yidong <cyd@stupidchicken.com>2011-05-28 18:56:14 -0400
commit57b169aa47aa8f819a818d82159e402a9d44c0c2 (patch)
tree4f02bcd525d73a7ff7d2306ce47b5460167100c6 /etc
parent3e19d9d0bd6843a950e27f05127829e423eccfef (diff)
downloademacs-57b169aa47aa8f819a818d82159e402a9d44c0c2.tar.gz
New major mode: Occur Edit mode.
* lisp/replace.el (occur-menu-map, occur-edit-mode-map): New vars. (occur-mode-map): Bind occur-edit-mode. Use occur-menu-map. (occur-edit-mode): New major mode (Bug#8463). (occur-after-change-function): New function. (occur-engine): Give Occur tags a read-only property.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index d6fa4117c4c..e49b3d34c40 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -747,6 +747,9 @@ consult.
* New Modes and Packages in Emacs 24.1
+** Occur Edit mode applies edits made in *Occur* buffers to the
+original buffers. It is bound to C-x C-q in Occur mode.
+
** New global minor modes electric-pair-mode, electric-indent-mode,
and electric-layout-mode.