* lisp/international/mule-cmds.el (mule-cmds--prefixed-command-pch): Fix typo
This commit is contained in:
parent
57d498ab4d
commit
b651939aaf
1 changed files with 1 additions and 1 deletions
|
@ -289,7 +289,7 @@ wrong, use this command again to toggle back to the right mode."
|
|||
(defun mule-cmds--prefixed-command-pch ()
|
||||
(if (not mule-cmds--prefixed-command-next-coding-system)
|
||||
(progn
|
||||
(remove-hook 'pre-command-hook #'mule-cmds--prefixed-command)
|
||||
(remove-hook 'pre-command-hook #'mule-cmds--prefixed-command-pch)
|
||||
(remove-hook 'prefix-command-echo-keystrokes-functions
|
||||
#'mule-cmds--prefixed-command-echo)
|
||||
(remove-hook 'prefix-command-preserve-state-hook
|
||||
|
|
Loading…
Add table
Reference in a new issue