summaryrefslogtreecommitdiff
path: root/lisp/replace.el
diff options
context:
space:
mode:
authorJuri Linkov <juri@jurta.org>2012-02-23 02:55:30 +0200
committerJuri Linkov <juri@jurta.org>2012-02-23 02:55:30 +0200
commitb617673c98fea9961d648d8215c92baf8098313a (patch)
treea09945e1ea117a92f600e40510d524d31f129004 /lisp/replace.el
parent0bd1e07406f0140d699a0d12a655753cf77cdf8a (diff)
downloademacs-b617673c98fea9961d648d8215c92baf8098313a.tar.gz
* lisp/replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
Diffstat (limited to 'lisp/replace.el')
-rw-r--r--lisp/replace.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/replace.el b/lisp/replace.el
index cb6d7d21e77..349e63d4201 100644
--- a/lisp/replace.el
+++ b/lisp/replace.el
@@ -786,6 +786,9 @@ a previously found match."
(define-key map [occur-rename-buffer]
`(menu-item ,(purecopy "Rename Occur Buffer") occur-rename-buffer
:help ,(purecopy "Rename the current *Occur* buffer to *Occur: original-buffer-name*.")))
+ (define-key map [occur-edit-buffer]
+ `(menu-item ,(purecopy "Edit Occur Buffer") occur-edit-mode
+ :help ,(purecopy "Edit the *Occur* buffer and apply changes to the original buffers.")))
(define-key map [separator-2] menu-bar-separator)
(define-key map [occur-mode-goto-occurrence-other-window]
`(menu-item ,(purecopy "Go To Occurrence Other Window") occur-mode-goto-occurrence-other-window