From 9c17df59a38b71166c8e4644ab525e791f7ff21c Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Wed, 19 Aug 2020 11:37:26 +0200 Subject: [PATCH] Remove some compat code from viper-cmd.el --- lisp/emulation/viper-cmd.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5