diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-11-11 04:06:54 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-11-11 04:06:54 +0000 |
commit | 6d0150f9a721108b95f3a96dc36f45d4a6746493 (patch) | |
tree | d3eb3596b22817a82cf284ed7d6588df703f7d77 /lisp/tmm.el | |
parent | 57aeea1e474552bb34838242334cea7d953ddda7 (diff) | |
download | emacs-6d0150f9a721108b95f3a96dc36f45d4a6746493.tar.gz |
Define menu-bar mouse-1 as tmm-menubar.
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 0a1ee8878ea..30845861c45 100644 --- a/lisp/tmm.el +++ b/lisp/tmm.el @@ -44,6 +44,7 @@ ;;;###autoload (define-key global-map "\M-`" 'tmm-menubar) ;;;###autoload (define-key global-map [f10] 'tmm-menubar) +;;;###autoload (define-key global-map [menu-bar mouse-1] 'tmm-menubar) ;;;###autoload (defun tmm-menubar () |