mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-04 11:40:22 +00:00
(menu-bar-tools-menu): Rename gdb item to say GDB.
This commit is contained in:
parent
9b2bba7683
commit
39328775af
@ -1,3 +1,7 @@
|
||||
2002-03-30 Richard M. Stallman <rms@gnu.org>
|
||||
|
||||
* menu-bar.el (menu-bar-tools-menu): Rename gdb item to say GDB.
|
||||
|
||||
2002-03-30 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* font-lock.el (save-buffer-state): Fix last change.
|
||||
|
@ -947,8 +947,8 @@ Do the same for the keys of the same name."
|
||||
'("--"))
|
||||
|
||||
(define-key menu-bar-tools-menu [gdb]
|
||||
'(menu-item "Debugger (GUD)..." gdb
|
||||
:help "Debug a program from within Emacs"))
|
||||
'(menu-item "Debugger (GDB)..." gdb
|
||||
:help "Debug a program from within Emacs with GDB"))
|
||||
(define-key menu-bar-tools-menu [shell-on-region]
|
||||
'(menu-item "Shell Command on Region..." shell-command-on-region
|
||||
:enable mark-active
|
||||
|
Loading…
Reference in New Issue
Block a user