From: Juri Linkov Date: Tue, 25 Oct 2005 16:14:44 +0000 (+0000) Subject: (texinfo-mode): Change charset of one quotation mark X-Git-Tag: emacs-pretest-22.0.90~6292 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fdd0c2288f0a57e6a18ad5af9f4ae5c86cae85a9;p=emacs.git (texinfo-mode): Change charset of one quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208]. --- 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)