diff options
| author | Juri Linkov | 2012-02-23 02:55:30 +0200 |
|---|---|---|
| committer | Juri Linkov | 2012-02-23 02:55:30 +0200 |
| commit | b617673c98fea9961d648d8215c92baf8098313a (patch) | |
| tree | a09945e1ea117a92f600e40510d524d31f129004 /lisp/replace.el | |
| parent | 0bd1e07406f0140d699a0d12a655753cf77cdf8a (diff) | |
| download | emacs-b617673c98fea9961d648d8215c92baf8098313a.tar.gz emacs-b617673c98fea9961d648d8215c92baf8098313a.zip | |
* lisp/replace.el (occur-menu-map): Add menu item for `occur-edit-mode'.
Diffstat (limited to 'lisp/replace.el')
| -rw-r--r-- | lisp/replace.el | 3 |
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." | |||
| 786 | (define-key map [occur-rename-buffer] | 786 | (define-key map [occur-rename-buffer] |
| 787 | `(menu-item ,(purecopy "Rename Occur Buffer") occur-rename-buffer | 787 | `(menu-item ,(purecopy "Rename Occur Buffer") occur-rename-buffer |
| 788 | :help ,(purecopy "Rename the current *Occur* buffer to *Occur: original-buffer-name*."))) | 788 | :help ,(purecopy "Rename the current *Occur* buffer to *Occur: original-buffer-name*."))) |
| 789 | (define-key map [occur-edit-buffer] | ||
| 790 | `(menu-item ,(purecopy "Edit Occur Buffer") occur-edit-mode | ||
| 791 | :help ,(purecopy "Edit the *Occur* buffer and apply changes to the original buffers."))) | ||
| 789 | (define-key map [separator-2] menu-bar-separator) | 792 | (define-key map [separator-2] menu-bar-separator) |
| 790 | (define-key map [occur-mode-goto-occurrence-other-window] | 793 | (define-key map [occur-mode-goto-occurrence-other-window] |
| 791 | `(menu-item ,(purecopy "Go To Occurrence Other Window") occur-mode-goto-occurrence-other-window | 794 | `(menu-item ,(purecopy "Go To Occurrence Other Window") occur-mode-goto-occurrence-other-window |