Skip to content

Commit

Permalink
Add the missing quote for obsolete
Browse files Browse the repository at this point in the history
Otherwise it will pop an error after this commit

emacs-mirror/emacs@802a54ad620

For ref: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62248
  • Loading branch information
dalugm authored and tomdl89 committed Sep 8, 2023
1 parent d6d2e5d commit 5fc1677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evil-vars.el
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit 5fc1677

Please sign in to comment.