comparison 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
comparison
equal deleted inserted replaced
66440:5a126d3f6688 66441:90aa3875974e
593 (concat "\b\\|@[a-zA-Z]*[ \n]\\|" paragraph-separate)) 593 (concat "\b\\|@[a-zA-Z]*[ \n]\\|" paragraph-separate))
594 (make-local-variable 'paragraph-start) 594 (make-local-variable 'paragraph-start)
595 (setq paragraph-start (concat "\b\\|@[a-zA-Z]*[ \n]\\|" paragraph-start)) 595 (setq paragraph-start (concat "\b\\|@[a-zA-Z]*[ \n]\\|" paragraph-start))
596 (make-local-variable 'sentence-end-base) 596 (make-local-variable 'sentence-end-base)
597 (setq sentence-end-base 597 (setq sentence-end-base
598 "\\(@\\(end\\)?dots{}\\|[.?!]\\)[]\"'$,1r}r}(B)}]*") 598 "\\(@\\(end\\)?dots{}\\|[.?!]\\)[]\"'$B!I$,1r}(B)}]*")
599 (make-local-variable 'adaptive-fill-mode) 599 (make-local-variable 'adaptive-fill-mode)
600 (setq adaptive-fill-mode nil) 600 (setq adaptive-fill-mode nil)
601 (make-local-variable 'fill-column) 601 (make-local-variable 'fill-column)
602 (setq fill-column 70) 602 (setq fill-column 70)
603 (make-local-variable 'comment-start) 603 (make-local-variable 'comment-start)