summaryrefslogtreecommitdiff
path: root/lisp/tmm.el
diff options
context:
space:
mode:
authorPavel Janík <Pavel@Janik.cz>2001-11-25 11:31:50 +0000
committerPavel Janík <Pavel@Janik.cz>2001-11-25 11:31:50 +0000
commit6a810a2a9906c8c92a61fec82bb20b43dabbdb2b (patch)
treebead2939b56bd09c587c98acbc3b92dace150c58 /lisp/tmm.el
parentf58b23334cc4b612e36949535778dd9d02f7f63a (diff)
downloademacs-6a810a2a9906c8c92a61fec82bb20b43dabbdb2b.tar.gz
(tmm-add-prompt): Remove make-local-hook.
Diffstat (limited to 'lisp/tmm.el')
-rw-r--r--lisp/tmm.el1
1 files changed, 0 insertions, 1 deletions
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))