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 | 8e735883f4696be337577300537480fe64f11fdf (patch) | |
tree | 9d9f5498142cf4f283905886288e73501c453059 /lisp/tmm.el | |
parent | aafd074a3e40701f0a58cd4233cdb3436b3fd203 (diff) | |
download | emacs-8e735883f4696be337577300537480fe64f11fdf.tar.gz |
(tmm-menubar-mouse): Add autoload cookie.
Diffstat (limited to 'lisp/tmm.el')
-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 |