diff options
| author | Chong Yidong | 2007-04-06 18:37:15 +0000 |
|---|---|---|
| committer | Chong Yidong | 2007-04-06 18:37:15 +0000 |
| commit | 1b45944f1d759df307fa229e5e50092fc4973788 (patch) | |
| tree | 8dcad055ffd09967f4d3e1f41721a0c32b3c987a | |
| parent | f5029a89ab6000a381a098fa7659610daa5299f1 (diff) | |
| download | emacs-1b45944f1d759df307fa229e5e50092fc4973788.tar.gz emacs-1b45944f1d759df307fa229e5e50092fc4973788.zip | |
(menu-bar-tools-menu): Revert 2003-07-25 change.
| -rw-r--r-- | lisp/menu-bar.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el index fa86d96da7a..7ad91dffa9f 100644 --- a/lisp/menu-bar.el +++ b/lisp/menu-bar.el | |||
| @@ -1201,8 +1201,8 @@ mail status in mode line")) | |||
| 1201 | '(menu-item "Compile..." compile | 1201 | '(menu-item "Compile..." compile |
| 1202 | :help "Invoke compiler or Make, view compilation errors")) | 1202 | :help "Invoke compiler or Make, view compilation errors")) |
| 1203 | (define-key menu-bar-tools-menu [grep] | 1203 | (define-key menu-bar-tools-menu [grep] |
| 1204 | '(menu-item "Search Files (with grep)..." grep | 1204 | '(menu-item "Search Files (Grep)..." grep |
| 1205 | :help "Search files for strings or regexps (with grep)")) | 1205 | :help "Search files for strings or regexps (with Grep)")) |
| 1206 | 1206 | ||
| 1207 | 1207 | ||
| 1208 | ;; The "Help" menu items | 1208 | ;; The "Help" menu items |