+2009-08-18 Kenichi Handa <handa@m17n.org>
+
+ * textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
+ (sentence-end-without-space): Delete duplicated chars.
+ (sentence-end-base): Likewise.
+
2009-08-17 Chong Yidong <cyd@stupidchicken.com>
* files.el (hack-one-local-variable): If the mode function is for
(put 'sentence-end-without-period 'safe-local-variable 'booleanp)
(defcustom sentence-end-without-space
- "\e$B!#!%!)!*\e$A!##.#?#!\e$(0!$!%!)!*\e$(G!$!%!)!*\e(B"
+ "。.?!"
"String of characters that end sentence without following spaces.
This value is used by the function `sentence-end' to construct the
:type '(choice regexp (const :tag "Use default value" nil)))
(put 'sentence-end 'safe-local-variable 'string-or-null-p)
-(defcustom sentence-end-base "[.?!][]\"'\e$B!I\e$,1r}\e(B)}]*"
+(defcustom sentence-end-base "[.?!][]\"'”)}]*"
"Regexp matching the basic end of a sentence, not including following space."
:group 'paragraphs
:type 'string
(transpose-subr 'forward-sentence arg))
;; Local Variables:
-;; coding: iso-2022-7bit
+;; coding: utf-8
;; End:
;; arch-tag: e727eb1a-527a-4464-b9d7-9d3ec0d1a575