diff options
author | Richard M. Stallman <rms@gnu.org> | 1998-05-11 23:34:25 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1998-05-11 23:34:25 +0000 |
commit | e0b418657f29ccd0d4531b9175098255c960eea8 (patch) | |
tree | 029a25e674706257da9811b76eefc8db75118743 /lisp/emacs-lisp | |
parent | ac25490d403fec06d1e71b8db6dc1ffa1a186e7e (diff) | |
download | emacs-e0b418657f29ccd0d4531b9175098255c960eea8.tar.gz |
(easy-menu-change): 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 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 |