aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/progmodes/icon.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/icon.el b/lisp/progmodes/icon.el
index fed89e93038..cbc1b318730 100644
--- a/lisp/progmodes/icon.el
+++ b/lisp/progmodes/icon.el
@@ -48,7 +48,7 @@
48 (define-key icon-mode-map "\177" 'backward-delete-char-untabify) 48 (define-key icon-mode-map "\177" 'backward-delete-char-untabify)
49 (define-key icon-mode-map "\t" 'icon-indent-command) 49 (define-key icon-mode-map "\t" 'icon-indent-command)
50 50
51 (define-key icon-mode-map [menu-bar] (make-sparse-keymap)) 51 (define-key icon-mode-map [menu-bar] (make-sparse-keymap "Icon"))
52 (define-key icon-mode-map [menu-bar icon] 52 (define-key icon-mode-map [menu-bar icon]
53 (cons "Icon" map)) 53 (cons "Icon" map))
54 (define-key map [beginning-of-icon-defun] '("Beginning of function" . beginning-of-icon-defun)) 54 (define-key map [beginning-of-icon-defun] '("Beginning of function" . beginning-of-icon-defun))