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 | 168b2d0d5adf93df7cf07b06844671289e200d0c (patch) | |
tree | b8d24d75ca1dd2236a8f85ec4f7a5a242a786817 /lisp/emacs-lisp/easymenu.el | |
parent | 7523843657634841d6d495502def46c68674ac1c (diff) | |
download | emacs-168b2d0d5adf93df7cf07b06844671289e200d0c.tar.gz |
(easy-menu-change): Add autoload cookie.
Diffstat (limited to 'lisp/emacs-lisp/easymenu.el')
-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 |