diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-10-18 04:59:45 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-10-18 04:59:45 +0000 |
commit | c2a3f876568a7e1cbc53c2ea56981eedd29510d7 (patch) | |
tree | fcea47a5487d06bdb934d6202f40b398e0f4a8bb /lisp | |
parent | a2a185ea5bb601cfdf6670e6163dbe73672c5e00 (diff) | |
download | emacs-c2a3f876568a7e1cbc53c2ea56981eedd29510d7.tar.gz |
(easy-menu-create-keymaps): Add autoload cookie.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/emacs-lisp/easymenu.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/easymenu.el b/lisp/emacs-lisp/easymenu.el index 794ff1b7f89..000fe289153 100644 --- a/lisp/emacs-lisp/easymenu.el +++ b/lisp/emacs-lisp/easymenu.el @@ -69,6 +69,7 @@ is a list of menu items, as above." ;; Return a menu keymap corresponding to a Lucid-style menu list ;; MENU-ITEMS, and with name MENU-NAME. +;;;###autoload (defun easy-menu-create-keymaps (menu-name menu-items) (let ((menu (make-sparse-keymap menu-name))) ;; Process items in reverse order, |