emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master f948b5d: paragraphs: update sentence-end-base :vers


From: Michal Nazarewicz
Subject: [Emacs-diffs] master f948b5d: paragraphs: update sentence-end-base :version after changing the default
Date: Tue, 20 Jan 2015 18:33:28 +0000

branch: master
commit f948b5d9ff60b40e361b2b9428eda2ad4c0ad105
Author: Michal Nazarewicz <address@hidden>
Commit: Michal Nazarewicz <address@hidden>

    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.
---
 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 09451a6..8bcc71e 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 ()



reply via email to

[Prev in Thread] Current Thread [Next in Thread]