diff options
author | Karl Heuer <kwzh@gnu.org> | 1995-05-20 04:29:39 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1995-05-20 04:29:39 +0000 |
commit | f39223a6bb2fa15b219df1839cfe4cd0958e4ac9 (patch) | |
tree | b6002f052e0e5c05a4f0e4663762e4ad493bb35c /lisp/emacs-lisp | |
parent | c8bf6cf336aa03879d3e5e67422579f273637bae (diff) | |
download | emacs-f39223a6bb2fa15b219df1839cfe4cd0958e4ac9.tar.gz emacs-f39223a6bb2fa15b219df1839cfe4cd0958e4ac9.tar.bz2 emacs-f39223a6bb2fa15b219df1839cfe4cd0958e4ac9.zip |
(easy-menu-do-define): Add autoload cookie.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/easymenu.el | 1 |
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." (defvar (, symbol) nil (, doc)) (easy-menu-do-define (quote (, symbol)) (, maps) (, doc) (, menu))))) +;;;###autoload (defun easy-menu-do-define (symbol maps doc menu) ;; We can't do anything that might differ between Emacs dialects in ;; `easy-menu-define' in order to make byte compiled files |