diff options
| author | Stefan Monnier | 2020-01-20 12:00:22 -0500 |
|---|---|---|
| committer | Stefan Monnier | 2020-01-20 12:00:22 -0500 |
| commit | b651939aaf06f4f1ddcd1f750bb8825546027b96 (patch) | |
| tree | 47d047089b44424c4113fa58d4596ca621437b00 | |
| parent | 57d498ab4dbd8241fe01303bf8d4bcb3fff8692f (diff) | |
| download | emacs-b651939aaf06f4f1ddcd1f750bb8825546027b96.tar.gz emacs-b651939aaf06f4f1ddcd1f750bb8825546027b96.zip | |
* lisp/international/mule-cmds.el (mule-cmds--prefixed-command-pch): Fix typo
| -rw-r--r-- | lisp/international/mule-cmds.el | 2 |
1 files changed, 1 insertions, 1 deletions
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." | |||
| 289 | (defun mule-cmds--prefixed-command-pch () | 289 | (defun mule-cmds--prefixed-command-pch () |
| 290 | (if (not mule-cmds--prefixed-command-next-coding-system) | 290 | (if (not mule-cmds--prefixed-command-next-coding-system) |
| 291 | (progn | 291 | (progn |
| 292 | (remove-hook 'pre-command-hook #'mule-cmds--prefixed-command) | 292 | (remove-hook 'pre-command-hook #'mule-cmds--prefixed-command-pch) |
| 293 | (remove-hook 'prefix-command-echo-keystrokes-functions | 293 | (remove-hook 'prefix-command-echo-keystrokes-functions |
| 294 | #'mule-cmds--prefixed-command-echo) | 294 | #'mule-cmds--prefixed-command-echo) |
| 295 | (remove-hook 'prefix-command-preserve-state-hook | 295 | (remove-hook 'prefix-command-preserve-state-hook |