changeset 9586:bada2dc32adc

(easy-menu-create-keymaps): Add autoload cookie.
author Richard M. Stallman <rms@gnu.org>
date Tue, 18 Oct 1994 04:59:45 +0000
parents 0088fa4ae1fa
children 4d94983ab156
files lisp/emacs-lisp/easymenu.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emacs-lisp/easymenu.el	Tue Oct 18 03:48:00 1994 +0000
+++ b/lisp/emacs-lisp/easymenu.el	Tue Oct 18 04:59:45 1994 +0000
@@ -69,6 +69,7 @@
 
 ;; 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,