emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 0947c44: Add more quote-end characters to sentence-


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master 0947c44: Add more quote-end characters to sentence-end-base
Date: Tue, 9 Jul 2019 09:38:35 -0400 (EDT)

branch: master
commit 0947c44306d59883d5b065f1dc7444a475ecde9b
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    Add more quote-end characters to sentence-end-base
    
    * lisp/textmodes/paragraphs.el (sentence-end-base): Add › and »
    (bug#36359).
---
 lisp/textmodes/paragraphs.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/textmodes/paragraphs.el b/lisp/textmodes/paragraphs.el
index 1d12e53..3762010 100644
--- a/lisp/textmodes/paragraphs.el
+++ b/lisp/textmodes/paragraphs.el
@@ -165,7 +165,7 @@ to obtain the value of this variable."
   :type '(choice regexp (const :tag "Use default value" nil)))
 (put 'sentence-end 'safe-local-variable 'string-or-null-p)
 
-(defcustom sentence-end-base "[.?!…‽][]\"'”’)}]*"
+(defcustom sentence-end-base "[.?!…‽][]\"'”’)}»›]*"
   "Regexp matching the basic end of a sentence, not including following space."
   :group 'paragraphs
   :type 'string



reply via email to

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