aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes
diff options
context:
space:
mode:
authorNick Roberts <[email protected]>2005-02-02 05:52:51 +0000
committerNick Roberts <[email protected]>2005-02-02 05:52:51 +0000
commit4e518230522119c9034df4ca92b6952187d0e0f1 (patch)
tree6db620d63dd2d53731cfe3657f174660041c809c /lisp/progmodes
parent87c366c13dd1a47c8f55feaf1641a001e6acea56 (diff)
Correction to syntax in gud-menu-map.
Diffstat (limited to 'lisp/progmodes')
-rw-r--r--lisp/progmodes/gud.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/gud.el b/lisp/progmodes/gud.el
index 42f908eb8d..0988599ed5 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)