diff options
author | Karl Heuer <kwzh@gnu.org> | 1996-01-09 23:20:11 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1996-01-09 23:20:11 +0000 |
commit | f32822b43f3faa5cee03370a421d69fe2a6390d5 (patch) | |
tree | 30c261de1bf6826de7ac5b1243f0a1c46adb402f /lisp | |
parent | bdb72f91b51cfb7e123d0978cdbd15dd1ba4094e (diff) | |
download | emacs-f32822b43f3faa5cee03370a421d69fe2a6390d5.tar.gz |
(tmm-menubar-mouse): Add autoload cookie.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/tmm.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/tmm.el b/lisp/tmm.el index 31765b15d90..b9111b293d9 100644 --- a/lisp/tmm.el +++ b/lisp/tmm.el @@ -82,6 +82,7 @@ we make that menu bar item (the one at that position) the default choice." (setq menu-bar-item (car this-one)))) (tmm-prompt menu-bar nil menu-bar-item))) +;;;###autoload (defun tmm-menubar-mouse (event) "Text-mode emulation of looking and choosing from a menubar. This command is used when you click the mouse in the menubar |