X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/b27c670b9f28b3fd24d3e57ba0c75966964ccf82..99fe98d37a39d26f5dea424926d0e0a082655fe5:/lisp/emulation/viper-init.el diff --git a/lisp/emulation/viper-init.el b/lisp/emulation/viper-init.el index ef662366b8..ee09390677 100644 --- a/lisp/emulation/viper-init.el +++ b/lisp/emulation/viper-init.el @@ -369,10 +369,6 @@ Use `\\[viper-set-expert-level]' to change this.") ;; VI-style Undo -;; Used to 'undo' complex commands, such as replace and insert commands. -(viper-deflocalvar viper-undo-in-complex-command nil) -(put 'viper-undo-in-complex-command 'permanent-local t) - (defcustom viper-keep-point-on-undo nil "Non-nil means not to move point while undoing commands. This style is different from Emacs and Vi. Try it to see if