changeset 66441:90aa3875974e

(texinfo-mode): Change charset of one quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
author Juri Linkov <juri@jurta.org>
date Tue, 25 Oct 2005 16:14:44 +0000
parents 5a126d3f6688
children 1265a199a383
files lisp/textmodes/texinfo.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/textmodes/texinfo.el	Tue Oct 25 15:28:00 2005 +0000
+++ b/lisp/textmodes/texinfo.el	Tue Oct 25 16:14:44 2005 +0000
@@ -595,7 +595,7 @@
   (setq paragraph-start (concat "\b\\|@[a-zA-Z]*[ \n]\\|" paragraph-start))
   (make-local-variable 'sentence-end-base)
   (setq sentence-end-base
-	"\\(@\\(end\\)?dots{}\\|[.?!]\\)[]\"'$,1r}r}(B)}]*")
+	"\\(@\\(end\\)?dots{}\\|[.?!]\\)[]\"'$B!I$,1r}(B)}]*")
   (make-local-variable 'adaptive-fill-mode)
   (setq adaptive-fill-mode nil)
   (make-local-variable 'fill-column)