diff options
| author | dalu <mou.tong@outlook.com> | 2023-09-08 11:45:23 +0800 |
|---|---|---|
| committer | Tom Dalziel <33435574+tomdl89@users.noreply.github.com> | 2023-09-08 06:44:08 +0100 |
| commit | 5fc16776c5eb00c956ec7e9d83facb6a38dd868d (patch) | |
| tree | 3e675927a6900d9a1c6806fe5b49034ff0c9eeec | |
| parent | d6d2e5d2b170eb0ab3bec488868702009a0ee3b6 (diff) | |
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
| -rw-r--r-- | evil-vars.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/evil-vars.el b/evil-vars.el index 873d1a6..ad75421 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." |
