Mercurial > emacs
diff lisp/textmodes/texinfo.el @ 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 | 5217bc507b30 |
children | a11fdee52c05 |
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)