diff options
| author | Richard M. Stallman | 1998-05-11 23:34:25 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1998-05-11 23:34:25 +0000 |
| commit | 168b2d0d5adf93df7cf07b06844671289e200d0c (patch) | |
| tree | b8d24d75ca1dd2236a8f85ec4f7a5a242a786817 | |
| parent | 7523843657634841d6d495502def46c68674ac1c (diff) | |
| download | emacs-168b2d0d5adf93df7cf07b06844671289e200d0c.tar.gz emacs-168b2d0d5adf93df7cf07b06844671289e200d0c.zip | |
(easy-menu-change): Add autoload cookie.
| -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\\)?\\)\\)$" | |||
| 317 | `(lambda () (interactive) ,callback))) | 317 | `(lambda () (interactive) ,callback))) |
| 318 | command)) | 318 | command)) |
| 319 | 319 | ||
| 320 | ;;;###autoload | ||
| 320 | (defun easy-menu-change (path name items &optional before) | 321 | (defun easy-menu-change (path name items &optional before) |
| 321 | "Change menu found at PATH as item NAME to contain ITEMS. | 322 | "Change menu found at PATH as item NAME to contain ITEMS. |
| 322 | PATH is a list of strings for locating the menu containing NAME in the | 323 | PATH is a list of strings for locating the menu containing NAME in the |