]> git.eshelyaron.com Git - emacs.git/commitdiff
paragraphs: update sentence-end-base :version after changing the default
authorMichal Nazarewicz <mina86@mina86.com>
Tue, 20 Jan 2015 18:30:55 +0000 (19:30 +0100)
committerMichal Nazarewicz <mina86@mina86.com>
Tue, 20 Jan 2015 18:33:07 +0000 (19:33 +0100)
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

index 09451a6b1978fae18c231b77ea08ae8456a7e897..8bcc71ed5317dbecf8cace45221bf97fc736f919 100644 (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 ()