diff options
author | Michal Nazarewicz <mina86@mina86.com> | 2015-01-20 19:30:55 +0100 |
---|---|---|
committer | Michal Nazarewicz <mina86@mina86.com> | 2015-01-20 19:33:07 +0100 |
commit | f948b5d9ff60b40e361b2b9428eda2ad4c0ad105 (patch) | |
tree | 98828abe53d286ce0490dea1447bdd6b28706c37 /lisp/textmodes/paragraphs.el | |
parent | db5d41159e42b24467737d9ab57a76406a5afe54 (diff) | |
download | emacs-f948b5d9ff60b40e361b2b9428eda2ad4c0ad105.tar.gz |
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.
Diffstat (limited to 'lisp/textmodes/paragraphs.el')
-rw-r--r-- | lisp/textmodes/paragraphs.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 () |