]> code.delx.au - gnu-emacs/blobdiff - lisp/tmm.el
(proced-after-send-signal-hook): Use defcustom.
[gnu-emacs] / lisp / tmm.el
index 3d8315cb1eaedf8bd2f8dfa577431337bcbdf9b9..7058f54ef8e70d8eb32a4ad7879a34d1e033d6a1 100644 (file)
@@ -402,7 +402,7 @@ Stores a list of all the shortcuts in the free variable `tmm-short-cuts'."
 (defun tmm-shortcut ()
   "Choose the shortcut that the user typed."
   (interactive)
-  (let ((c last-command-char) s)
+  (let ((c last-command-event) s)
     (if (symbolp tmm-shortcut-style)
         (setq c (funcall tmm-shortcut-style c)))
     (if (memq c tmm-short-cuts)