(easy-menu-create-keymaps): Add autoload cookie.

This commit is contained in:
Richard M. Stallman 1994-10-18 04:59:45 +00:00
parent 72970473b2
commit 815d2127f5

View file

@ -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,