Mercurial > emacs
changeset 32299:4888d3b1cf29
(icon-mode-map): Add name to menu-bar keymap.
author | Dave Love <fx@gnu.org> |
---|---|
date | Sun, 08 Oct 2000 17:39:40 +0000 |
parents | f3d3118f2946 |
children | 5acb191f2a15 |
files | lisp/progmodes/icon.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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))