From: Lars Ingebrigtsen Date: Wed, 19 Aug 2020 09:37:26 +0000 (+0200) Subject: Remove some compat code from viper-cmd.el X-Git-Tag: emacs-28.0.90~6521 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9c17df59a38b71166c8e4644ab525e791f7ff21c;p=emacs.git Remove some compat code from viper-cmd.el --- diff --git a/lisp/emulation/viper-cmd.el b/lisp/emulation/viper-cmd.el index 9ae7523b432..dd7648c2b77 100644 --- a/lisp/emulation/viper-cmd.el +++ b/lisp/emulation/viper-cmd.el @@ -1564,7 +1564,7 @@ invokes the command before that, etc." ;; Hook used in viper-undo (defun viper-after-change-undo-hook (beg end _len) - (if (and (boundp 'undo-in-progress) undo-in-progress) + (if undo-in-progress (setq undo-beg-posn beg undo-end-posn (or end beg)) ;; some other hooks may be changing various text properties in