From f948b5d9ff60b40e361b2b9428eda2ad4c0ad105 Mon Sep 17 00:00:00 2001 From: Michal Nazarewicz Date: Tue, 20 Jan 2015 19:30:55 +0100 Subject: [PATCH] paragraphs: update sentence-end-base :version after changing the default MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The default value of the `sentence-end-base' defcustom has been changed in ‘recognise more Unicode characters as end of sentence’ commit but :version has not been updated accordingly. Fix that. --- 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 09451a6b197..8bcc71ed531 100644 --- a/lisp/textmodes/paragraphs.el +++ b/lisp/textmodes/paragraphs.el @@ -172,7 +172,7 @@ to obtain the value of this variable." "Regexp matching the basic end of a sentence, not including following space." :group 'paragraphs :type 'string - :version "22.1") + :version "25.1") (put 'sentence-end-base 'safe-local-variable 'stringp) (defun sentence-end () -- 2.39.5