changeset 12960:6db607a7b62d

Fix typo in global-map define.
author Richard M. Stallman <rms@gnu.org>
date Mon, 28 Aug 1995 00:15:59 +0000
parents f83031b644ac
children e8028ecec7ea
files lisp/tmm.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/tmm.el	Sun Aug 27 23:53:06 1995 +0000
+++ b/lisp/tmm.el	Mon Aug 28 00:15:59 1995 +0000
@@ -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 ()