From 168b2d0d5adf93df7cf07b06844671289e200d0c Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 11 May 1998 23:34:25 +0000 Subject: [PATCH] (easy-menu-change): 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 8a5043998db..4d553f10965 100644 --- a/lisp/emacs-lisp/easymenu.el +++ b/lisp/emacs-lisp/easymenu.el @@ -317,6 +317,7 @@ shadow\\(Double\\)?Etched\\(In\\|Out\\)\\(Dash\\)?\\)\\)$" `(lambda () (interactive) ,callback))) command)) +;;;###autoload (defun easy-menu-change (path name items &optional before) "Change menu found at PATH as item NAME to contain ITEMS. PATH is a list of strings for locating the menu containing NAME in the -- 2.39.2