diff options
Diffstat (limited to 'lisp/emulation/viper-cmd.el')
-rw-r--r-- | lisp/emulation/viper-cmd.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emulation/viper-cmd.el b/lisp/emulation/viper-cmd.el index d9b79ccd317..5daef7f9666 100644 --- a/lisp/emulation/viper-cmd.el +++ b/lisp/emulation/viper-cmd.el @@ -776,7 +776,7 @@ Vi's prefix argument will be used. Otherwise, the prefix argument passed to (viper-copy-event (viper-seq-last-elt key)))) (if (commandp com) - ;; pretend that current state is the state we excaped to + ;; pretend that current state is the state we escaped to (let ((viper-current-state state)) (setq prefix-arg (or prefix-arg arg)) (command-execute com))) |