+2005-10-21 Richard M. Stallman <rms@gnu.org>
+
+ * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
+
+ * textmodes/paragraphs.el (sentence-end-base): New variable.
+ (sentence-end): Use sentence-end-base.
+
2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
* font-lock.el (font-lock-default-fontify-region): Check the multiline
(concat "\b\\|@[a-zA-Z]*[ \n]\\|" paragraph-separate))
(make-local-variable 'paragraph-start)
(setq paragraph-start (concat "\b\\|@[a-zA-Z]*[ \n]\\|" paragraph-start))
+ (make-local-variable 'sentence-end-base)
+ (setq sentence-end-base
+ "\\(@\\(end\\)?dots{}\\|[.?!]\\)[]\"'\xd0c9\x5397d)}]*")
(make-local-variable 'adaptive-fill-mode)
(setq adaptive-fill-mode nil)
(make-local-variable 'fill-column)