]> code.delx.au - gnu-emacs/blobdiff - lisp/tmm.el
(insert-directory): If the df output does not look right,
[gnu-emacs] / 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))