diff options
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 |