(easy-menu-create-keymaps): Add autoload cookie.
authorRichard M. Stallman <rms@gnu.org>
Tue, 18 Oct 1994 04:59:45 +0000 (04:59 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 18 Oct 1994 04:59:45 +0000 (04:59 +0000)
lisp/emacs-lisp/easymenu.el

index 794ff1b..000fe28 100644 (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,