diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/menu-bar.el | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7ce2f3601cd..aff3a5c0425 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2002-03-30 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * menu-bar.el (menu-bar-tools-menu): Rename gdb item to say GDB. | ||
| 4 | |||
| 1 | 2002-03-30 Eli Zaretskii <eliz@gnu.org> | 5 | 2002-03-30 Eli Zaretskii <eliz@gnu.org> |
| 2 | 6 | ||
| 3 | * font-lock.el (save-buffer-state): Fix last change. | 7 | * font-lock.el (save-buffer-state): Fix last change. |
diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el index ad49784a312..cdad7aeda95 100644 --- a/lisp/menu-bar.el +++ b/lisp/menu-bar.el | |||
| @@ -947,8 +947,8 @@ Do the same for the keys of the same name." | |||
| 947 | '("--")) | 947 | '("--")) |
| 948 | 948 | ||
| 949 | (define-key menu-bar-tools-menu [gdb] | 949 | (define-key menu-bar-tools-menu [gdb] |
| 950 | '(menu-item "Debugger (GUD)..." gdb | 950 | '(menu-item "Debugger (GDB)..." gdb |
| 951 | :help "Debug a program from within Emacs")) | 951 | :help "Debug a program from within Emacs with GDB")) |
| 952 | (define-key menu-bar-tools-menu [shell-on-region] | 952 | (define-key menu-bar-tools-menu [shell-on-region] |
| 953 | '(menu-item "Shell Command on Region..." shell-command-on-region | 953 | '(menu-item "Shell Command on Region..." shell-command-on-region |
| 954 | :enable mark-active | 954 | :enable mark-active |