diff options
Diffstat (limited to 'lisp/emulation')
| -rw-r--r-- | lisp/emulation/viper-init.el | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lisp/emulation/viper-init.el b/lisp/emulation/viper-init.el index 0d478011238..a67dd4d762f 100644 --- a/lisp/emulation/viper-init.el +++ b/lisp/emulation/viper-init.el | |||
| @@ -344,9 +344,7 @@ Use `\\[viper-set-expert-level]' to change this.") | |||
| 344 | (quail-delete-overlays)) | 344 | (quail-delete-overlays)) |
| 345 | (setq describe-current-input-method-function nil) | 345 | (setq describe-current-input-method-function nil) |
| 346 | (setq current-input-method nil) | 346 | (setq current-input-method nil) |
| 347 | (run-hooks | 347 | (run-hooks 'input-method-deactivate-hook) |
| 348 | 'input-method-inactivate-hook ; for backward compatibility | ||
| 349 | 'input-method-deactivate-hook) | ||
| 350 | (force-mode-line-update)) | 348 | (force-mode-line-update)) |
| 351 | )) | 349 | )) |
| 352 | (defun viper-activate-input-method () | 350 | (defun viper-activate-input-method () |