mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-09 15:50:21 +00:00
(easy-menu-change): Add autoload cookie.
This commit is contained in:
parent
7523843657
commit
168b2d0d5a
@ -317,6 +317,7 @@ shadow\\(Double\\)?Etched\\(In\\|Out\\)\\(Dash\\)?\\)\\)$"
|
|||||||
`(lambda () (interactive) ,callback)))
|
`(lambda () (interactive) ,callback)))
|
||||||
command))
|
command))
|
||||||
|
|
||||||
|
;;;###autoload
|
||||||
(defun easy-menu-change (path name items &optional before)
|
(defun easy-menu-change (path name items &optional before)
|
||||||
"Change menu found at PATH as item NAME to contain ITEMS.
|
"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
|
PATH is a list of strings for locating the menu containing NAME in the
|
||||||
|
Loading…
Reference in New Issue
Block a user