mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-02-06 20:49:33 +00:00
(tmm-add-prompt): Remove make-local-hook.
This commit is contained in:
parent
f58b23334c
commit
6a810a2a99
@ -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))
|
||||
|
Loading…
x
Reference in New Issue
Block a user