From fdd0c2288f0a57e6a18ad5af9f4ae5c86cae85a9 Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Tue, 25 Oct 2005 16:14:44 +0000 Subject: [PATCH] (texinfo-mode): Change charset of one quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208]. --- lisp/textmodes/texinfo.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/textmodes/texinfo.el b/lisp/textmodes/texinfo.el index ccc117b8b0b..a10851aa765 100644 --- a/lisp/textmodes/texinfo.el +++ b/lisp/textmodes/texinfo.el @@ -595,7 +595,7 @@ value of `texinfo-mode-hook'." (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) -- 2.11.4.GIT