From: Michal Nazarewicz Date: Tue, 20 Jan 2015 18:30:55 +0000 (+0100) Subject: paragraphs: update sentence-end-base :version after changing the default X-Git-Tag: emacs-25.0.90~2592^2~2 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f948b5d9ff60b40e361b2b9428eda2ad4c0ad105;p=emacs.git paragraphs: update sentence-end-base :version after changing the default 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. --- 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 ()