changeset 66422:ee446efaafaf

(sentence-end-base): Use real chars, so as not to unnecessarily expose emacs-mule's internal char codes.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 25 Oct 2005 04:56:18 +0000
parents c5bb9ba4c102
children 5217bc507b30
files lisp/textmodes/paragraphs.el
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/textmodes/paragraphs.el	Tue Oct 25 03:49:15 2005 +0000
+++ b/lisp/textmodes/paragraphs.el	Tue Oct 25 04:56:18 2005 +0000
@@ -159,7 +159,7 @@
   :group 'paragraphs
   :type '(choice regexp (const :tag "Use default value" nil)))
 
-(defcustom sentence-end-base "[.?!][]\"'\xd0c9\x5397d)}]*"
+(defcustom sentence-end-base "[.?!][]\"'$B!I$,1r}(B)}]*"
   "*Regexp matching the basic end of a sentence, not including following space."
   :group 'paragraphs
   :type 'string
@@ -502,9 +502,9 @@
   (interactive "*p")
   (transpose-subr 'forward-sentence arg))
 
-;;; Local Variables:
-;;; coding: iso-2022-7bit
-;;; End:
+;; Local Variables:
+;; coding: iso-2022-7bit
+;; End:
 
-;;; arch-tag: e727eb1a-527a-4464-b9d7-9d3ec0d1a575
+;; arch-tag: e727eb1a-527a-4464-b9d7-9d3ec0d1a575
 ;;; paragraphs.el ends here