From f39223a6bb2fa15b219df1839cfe4cd0958e4ac9 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Sat, 20 May 1995 04:29:39 +0000 Subject: [PATCH] (easy-menu-do-define): Add autoload cookie. --- lisp/emacs-lisp/easymenu.el | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.2