emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/menu-bar.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/menu-bar.el
Date: Sat, 30 Mar 2002 22:15:52 -0500

Index: emacs/lisp/menu-bar.el
diff -c emacs/lisp/menu-bar.el:1.204 emacs/lisp/menu-bar.el:1.205
*** emacs/lisp/menu-bar.el:1.204        Mon Mar 18 04:06:35 2002
--- emacs/lisp/menu-bar.el      Sat Mar 30 22:15:52 2002
***************
*** 947,954 ****
    '("--"))
  
  (define-key menu-bar-tools-menu [gdb]
!   '(menu-item "Debugger (GUD)..." gdb
!             :help "Debug a program from within Emacs"))
  (define-key menu-bar-tools-menu [shell-on-region]
    '(menu-item "Shell Command on Region..." shell-command-on-region
              :enable mark-active
--- 947,954 ----
    '("--"))
  
  (define-key menu-bar-tools-menu [gdb]
!   '(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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]