]> git.eshelyaron.com Git - emacs.git/commitdiff
(tmm-add-prompt): Remove make-local-hook.
authorPavel Janík <Pavel@Janik.cz>
Sun, 25 Nov 2001 11:31:50 +0000 (11:31 +0000)
committerPavel Janík <Pavel@Janik.cz>
Sun, 25 Nov 2001 11:31:50 +0000 (11:31 +0000)
lisp/tmm.el

index 40462a1785ee5658441cbeb8ad480af25fb27ec4..6864f93fb86c5686bea9edc63d83d404d442cf0c 100644 (file)
@@ -326,7 +326,6 @@ Stores a list of all the shortcuts in the free variable `tmm-short-cuts'."
 
 (defun tmm-add-prompt ()
   (remove-hook 'minibuffer-setup-hook 'tmm-add-prompt)
-  (make-local-hook 'minibuffer-exit-hook)
   (add-hook 'minibuffer-exit-hook 'tmm-delete-map nil t)
   (let ((win (selected-window)))
     (setq tmm-old-mb-map (tmm-define-keys t))