emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/evil 45aa3c8db2 1/2: Revert "Make sure visual markers are


From: ELPA Syncer
Subject: [nongnu] elpa/evil 45aa3c8db2 1/2: Revert "Make sure visual markers are up to date in evil-visual-range"
Date: Wed, 9 Nov 2022 06:58:38 -0500 (EST)

branch: elpa/evil
commit 45aa3c8db2f691ddb7b3b385d7bccbd89b88cf77
Author: Tom Dalziel <tom_dl@hotmail.com>
Commit: Tom Dalziel <33435574+tomdl89@users.noreply.github.com>

    Revert "Make sure visual markers are up to date in evil-visual-range"
    
    This reverts commit 71332209386e431ae13442f20468b2edb59f727b.
---
 evil-states.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/evil-states.el b/evil-states.el
index 0c932e605f..4ccdec779e 100644
--- a/evil-states.el
+++ b/evil-states.el
@@ -754,7 +754,6 @@ This is a list (BEG END TYPE PROPERTIES...), where BEG is 
the
 beginning of the selection, END is the end of the selection,
 TYPE is the selection's type, and PROPERTIES is a property list
 of miscellaneous selection attributes."
-  (evil-visual-refresh)
   (apply #'evil-range
          evil-visual-beginning evil-visual-end
          (evil-visual-type)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]