aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Nazarewicz2015-01-20 19:30:55 +0100
committerMichal Nazarewicz2015-01-20 19:33:07 +0100
commitf948b5d9ff60b40e361b2b9428eda2ad4c0ad105 (patch)
tree98828abe53d286ce0490dea1447bdd6b28706c37
parentdb5d41159e42b24467737d9ab57a76406a5afe54 (diff)
downloademacs-f948b5d9ff60b40e361b2b9428eda2ad4c0ad105.tar.gz
emacs-f948b5d9ff60b40e361b2b9428eda2ad4c0ad105.zip
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.
-rw-r--r--lisp/textmodes/paragraphs.el2
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."
172 "Regexp matching the basic end of a sentence, not including following space." 172 "Regexp matching the basic end of a sentence, not including following space."
173 :group 'paragraphs 173 :group 'paragraphs
174 :type 'string 174 :type 'string
175 :version "22.1") 175 :version "25.1")
176(put 'sentence-end-base 'safe-local-variable 'stringp) 176(put 'sentence-end-base 'safe-local-variable 'stringp)
177 177
178(defun sentence-end () 178(defun sentence-end ()