changeset 20000:ccccaf435fdd

(compilation-mode-map): Use more meaningful menu name.
author Karl Heuer <kwzh@gnu.org>
date Sat, 27 Sep 1997 16:06:15 +0000
parents cc8daec6d363
children 75f1bdf2c886
files lisp/progmodes/compile.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/compile.el	Sat Sep 27 16:01:00 1997 +0000
+++ b/lisp/progmodes/compile.el	Sat Sep 27 16:06:15 1997 +0000
@@ -794,7 +794,7 @@
     (define-key map [menu-bar compilation-menu compilation-separator2]
       '("----" . nil))
     (define-key map [menu-bar compilation-menu compilation-mode-grep]
-      '("Grep" . grep))
+      '("Search Files (grep)" . grep))
     (define-key map [menu-bar compilation-menu compilation-mode-recompile]
       '("Recompile" . recompile))
     (define-key map [menu-bar compilation-menu compilation-mode-compile]