diff options
Diffstat (limited to 'lisp/tmm.el')
-rw-r--r-- | lisp/tmm.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/tmm.el b/lisp/tmm.el index e713703441f..17dbedc39c0 100644 --- a/lisp/tmm.el +++ b/lisp/tmm.el @@ -44,7 +44,7 @@ (defvar tmm-km-list) (defvar tmm-table-undef) -;;;###autoload (define-key global-map "\M-`" tmm-menubar) +;;;###autoload (define-key global-map "\M-`" 'tmm-menubar) ;;;###autoload (defun tmm-menubar () |