aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Heuer1996-01-09 23:20:11 +0000
committerKarl Heuer1996-01-09 23:20:11 +0000
commit8e735883f4696be337577300537480fe64f11fdf (patch)
tree9d9f5498142cf4f283905886288e73501c453059
parentaafd074a3e40701f0a58cd4233cdb3436b3fd203 (diff)
downloademacs-8e735883f4696be337577300537480fe64f11fdf.tar.gz
emacs-8e735883f4696be337577300537480fe64f11fdf.zip
(tmm-menubar-mouse): Add autoload cookie.
-rw-r--r--lisp/tmm.el1
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."
82 (setq menu-bar-item (car this-one)))) 82 (setq menu-bar-item (car this-one))))
83 (tmm-prompt menu-bar nil menu-bar-item))) 83 (tmm-prompt menu-bar nil menu-bar-item)))
84 84
85;;;###autoload
85(defun tmm-menubar-mouse (event) 86(defun tmm-menubar-mouse (event)
86 "Text-mode emulation of looking and choosing from a menubar. 87 "Text-mode emulation of looking and choosing from a menubar.
87This command is used when you click the mouse in the menubar 88This command is used when you click the mouse in the menubar