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

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

[nongnu] elpa/evil 5fc16776c5: Add the missing quote for obsolete


From: ELPA Syncer
Subject: [nongnu] elpa/evil 5fc16776c5: Add the missing quote for obsolete
Date: Fri, 8 Sep 2023 03:59:23 -0400 (EDT)

branch: elpa/evil
commit 5fc16776c5eb00c956ec7e9d83facb6a38dd868d
Author: dalu <mou.tong@outlook.com>
Commit: Tom Dalziel <33435574+tomdl89@users.noreply.github.com>

    Add the missing quote for obsolete
    
    Otherwise it will pop an error after this commit
    
    https://github.com/emacs-mirror/emacs/commit/802a54ad620
    
    For ref: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62248
---
 evil-vars.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/evil-vars.el b/evil-vars.el
index 873d1a66fd..ad75421289 100644
--- a/evil-vars.el
+++ b/evil-vars.el
@@ -1123,7 +1123,7 @@ that line."
   :type 'boolean
   :group 'evil)
 (make-obsolete-variable
- evil-want-visual-char-semi-exclusive
+ 'evil-want-visual-char-semi-exclusive
  "Semi-exclusivity prevents selecting text + 1st char of next line,
 without having to introduce new niche functionality.
 Prefer to set `evil-v$-excludes-newline' to non-nil."



reply via email to

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