summaryrefslogtreecommitdiff
path: root/lisp/progmodes/icon.el
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>2000-10-08 17:39:40 +0000
committerDave Love <fx@gnu.org>2000-10-08 17:39:40 +0000
commit26ee4ca3852d4d0edce1fcdd9f7bf5fce47521a0 (patch)
tree54b54d43d85ef97c6e6a569e74fc2d6297a3542a /lisp/progmodes/icon.el
parent0c0e321f2f4854875d5fa21ed5585772675b97fc (diff)
downloademacs-26ee4ca3852d4d0edce1fcdd9f7bf5fce47521a0.tar.gz
(icon-mode-map): Add name to menu-bar keymap.
Diffstat (limited to 'lisp/progmodes/icon.el')
-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 @@
(define-key icon-mode-map "\177" 'backward-delete-char-untabify)
(define-key icon-mode-map "\t" 'icon-indent-command)
- (define-key icon-mode-map [menu-bar] (make-sparse-keymap))
+ (define-key icon-mode-map [menu-bar] (make-sparse-keymap "Icon"))
(define-key icon-mode-map [menu-bar icon]
(cons "Icon" map))
(define-key map [beginning-of-icon-defun] '("Beginning of function" . beginning-of-icon-defun))