diff options
author | J.D. Smith <jdsmith@as.arizona.edu> | 2006-07-17 17:10:32 +0000 |
---|---|---|
committer | J.D. Smith <jdsmith@as.arizona.edu> | 2006-07-17 17:10:32 +0000 |
commit | aed19764254cd2620930d9a3ee346f09ae9674b7 (patch) | |
tree | 319885770e678c7abd0eb27b2e2a70ec845c4631 /lisp | |
parent | 6232e72d6bbdf7a9eae08c9edc71208a86e0bb22 (diff) | |
download | emacs-aed19764254cd2620930d9a3ee346f09ae9674b7.tar.gz emacs-aed19764254cd2620930d9a3ee346f09ae9674b7.tar.bz2 emacs-aed19764254cd2620930d9a3ee346f09ae9674b7.zip |
Fix menu typo.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/progmodes/idlw-shell.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/idlw-shell.el b/lisp/progmodes/idlw-shell.el index bdc8161c80f..f4c117fd935 100644 --- a/lisp/progmodes/idlw-shell.el +++ b/lisp/progmodes/idlw-shell.el @@ -4384,7 +4384,7 @@ idlwave-shell-electric-debug-mode-map) ["Edit Default Cmd" idlwave-shell-edit-default-command-line t]) ("Breakpoints" ["Set Breakpoint" idlwave-shell-break-here - :keys "C-c C-d C-c" :active (eq major-mode 'idlwave-mode)] + :keys "C-c C-d C-b" :active (eq major-mode 'idlwave-mode)] ("Set Special Breakpoint" ["Set After Count Breakpoint" (progn |