aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1995-08-28 00:15:59 +0000
committerRichard M. Stallman1995-08-28 00:15:59 +0000
commite6a5c7de38e289a49edac7e062c0512c8a7fb6b0 (patch)
treed56ae12608f5d4d23c92be55291d16d635a13500
parentbf1f6e77a1acd0aed9fa0cc9227e8201d1e0bbf3 (diff)
downloademacs-e6a5c7de38e289a49edac7e062c0512c8a7fb6b0.tar.gz
emacs-e6a5c7de38e289a49edac7e062c0512c8a7fb6b0.zip
Fix typo in global-map define.
-rw-r--r--lisp/tmm.el2
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 @@
44(defvar tmm-km-list) 44(defvar tmm-km-list)
45(defvar tmm-table-undef) 45(defvar tmm-table-undef)
46 46
47;;;###autoload (define-key global-map "\M-`" tmm-menubar) 47;;;###autoload (define-key global-map "\M-`" 'tmm-menubar)
48 48
49;;;###autoload 49;;;###autoload
50(defun tmm-menubar () 50(defun tmm-menubar ()