Remove some compat code from viper-cmd.el
This commit is contained in:
parent
c23fddbc30
commit
9c17df59a3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue