aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Heuer1995-05-20 04:29:39 +0000
committerKarl Heuer1995-05-20 04:29:39 +0000
commitf39223a6bb2fa15b219df1839cfe4cd0958e4ac9 (patch)
treeb6002f052e0e5c05a4f0e4663762e4ad493bb35c
parentc8bf6cf336aa03879d3e5e67422579f273637bae (diff)
downloademacs-f39223a6bb2fa15b219df1839cfe4cd0958e4ac9.tar.gz
emacs-f39223a6bb2fa15b219df1839cfe4cd0958e4ac9.zip
(easy-menu-do-define): Add autoload cookie.
-rw-r--r--lisp/emacs-lisp/easymenu.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/easymenu.el b/lisp/emacs-lisp/easymenu.el
index 9360f778cfc..8768afd3b9a 100644
--- a/lisp/emacs-lisp/easymenu.el
+++ b/lisp/emacs-lisp/easymenu.el
@@ -95,6 +95,7 @@ is a list of menu items, as above."
95 (defvar (, symbol) nil (, doc)) 95 (defvar (, symbol) nil (, doc))
96 (easy-menu-do-define (quote (, symbol)) (, maps) (, doc) (, menu))))) 96 (easy-menu-do-define (quote (, symbol)) (, maps) (, doc) (, menu)))))
97 97
98;;;###autoload
98(defun easy-menu-do-define (symbol maps doc menu) 99(defun easy-menu-do-define (symbol maps doc menu)
99 ;; We can't do anything that might differ between Emacs dialects in 100 ;; We can't do anything that might differ between Emacs dialects in
100 ;; `easy-menu-define' in order to make byte compiled files 101 ;; `easy-menu-define' in order to make byte compiled files