emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master b651939: * lisp/international/mule-cmds.el (mule-cmds--prefixed-c


From: Stefan Monnier
Subject: master b651939: * lisp/international/mule-cmds.el (mule-cmds--prefixed-command-pch): Fix typo
Date: Mon, 20 Jan 2020 12:00:28 -0500 (EST)

branch: master
commit b651939aaf06f4f1ddcd1f750bb8825546027b96
Author: Stefan Monnier <address@hidden>
Commit: Stefan Monnier <address@hidden>

    * 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 9125374..5436aaa 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]