aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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