mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
(tmm-add-prompt): Remove make-local-hook.
This commit is contained in:
parent
f58b23334c
commit
6a810a2a99
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Reference in a new issue