From: Nick Roberts Date: Wed, 2 Feb 2005 05:52:51 +0000 (+0000) Subject: Correction to syntax in gud-menu-map. X-Git-Tag: ttn-vms-21-2-B4~2470 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4e518230522119c9034df4ca92b6952187d0e0f1;p=emacs.git Correction to syntax in gud-menu-map. --- diff --git a/lisp/progmodes/gud.el b/lisp/progmodes/gud.el index 42f908eb8dd..0988599ed54 100644 --- a/lisp/progmodes/gud.el +++ b/lisp/progmodes/gud.el @@ -101,7 +101,7 @@ Used to grey out relevant toolbar icons.") (Info-goto-node "(emacs)Debuggers"))) (easy-mmode-defmap gud-menu-map - '(([help] "Info" . gud-goto-info + '(([help] "Info" . gud-goto-info) ([refresh] "Refresh" . gud-refresh) ([run] menu-item "Run" gud-run :enable (and (not gud-running)