(easy-menu-create-keymaps): Add autoload cookie.
This commit is contained in:
parent
72970473b2
commit
815d2127f5
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue