From b651939aaf06f4f1ddcd1f750bb8825546027b96 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Mon, 20 Jan 2020 12:00:22 -0500 Subject: [PATCH] * lisp/international/mule-cmds.el (mule-cmds--prefixed-command-pch): Fix typo --- lisp/international/mule-cmds.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el index 91253745730..5436aaa4fa0 100644 --- a/lisp/international/mule-cmds.el +++ b/lisp/international/mule-cmds.el @@ -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 -- 2.39.2