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.
This commit is contained in:
Michal Nazarewicz 2015-01-20 19:30:55 +01:00
parent db5d41159e
commit f948b5d9ff

View file

@ -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 ()