From 6a810a2a9906c8c92a61fec82bb20b43dabbdb2b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pavel=20Jan=C3=ADk?= Date: Sun, 25 Nov 2001 11:31:50 +0000 Subject: [PATCH] (tmm-add-prompt): Remove make-local-hook. --- lisp/tmm.el | 1 - 1 file changed, 1 deletion(-) diff --git a/lisp/tmm.el b/lisp/tmm.el index 40462a1785e..6864f93fb86 100644 --- a/lisp/tmm.el +++ b/lisp/tmm.el @@ -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)) -- 2.11.4.GIT