]> git.eshelyaron.com Git - emacs.git/commitdiff
(texinfo-mode): Change charset of one quotation mark
authorJuri Linkov <juri@jurta.org>
Tue, 25 Oct 2005 16:14:44 +0000 (16:14 +0000)
committerJuri Linkov <juri@jurta.org>
Tue, 25 Oct 2005 16:14:44 +0000 (16:14 +0000)
from [mule-unicode-0100-24ff] to [japanese-jisx0208].

lisp/textmodes/texinfo.el

index ccc117b8b0bc6db9bc9817f71555009f1887ac6e..a10851aa765eae357e7944db82cf5b51703051d2 100644 (file)
@@ -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{}\\|[.?!]\\)[]\"'\e$,1r}r}\e(B)}]*")
+       "\\(@\\(end\\)?dots{}\\|[.?!]\\)[]\"'\e$B!I\e$,1r}\e(B)}]*")
   (make-local-variable 'adaptive-fill-mode)
   (setq adaptive-fill-mode nil)
   (make-local-variable 'fill-column)