# HG changeset patch # User Dave Love # Date 971026780 0 # Node ID 4888d3b1cf2933343735370ca8073c69cb54509a # Parent f3d3118f2946aff46b1527485e805b1a68c1ea24 (icon-mode-map): Add name to menu-bar keymap. diff -r f3d3118f2946 -r 4888d3b1cf29 lisp/progmodes/icon.el --- a/lisp/progmodes/icon.el Sun Oct 08 17:37:14 2000 +0000 +++ b/lisp/progmodes/icon.el Sun Oct 08 17:39:40 2000 +0000 @@ -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))