From: Richard M. Stallman Date: Mon, 28 Aug 1995 00:15:59 +0000 (+0000) Subject: Fix typo in global-map define. X-Git-Tag: emacs-19.34~2900 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e6a5c7de38e289a49edac7e062c0512c8a7fb6b0;p=emacs.git Fix typo in global-map define. --- 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 ()