]> code.delx.au - gnu-emacs/commitdiff
Change to utf-8. Adjust coding cookie.
authorKenichi Handa <handa@m17n.org>
Tue, 18 Aug 2009 01:21:01 +0000 (01:21 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 18 Aug 2009 01:21:01 +0000 (01:21 +0000)
(texinfo-mode): Delete duplicated chars from sentence-end-base.

lisp/ChangeLog
lisp/textmodes/texinfo.el

index b757200c9e213979956db00ce6bc08a6d5ebacbc..cc083c22aae2380660440e53228f9e0d39161395 100644 (file)
@@ -4,6 +4,12 @@
        (sentence-end-without-space): Delete duplicated chars.
        (sentence-end-base): Likewise.
 
+       * textmodes/sgml-mode.el: Change to utf-8.  Adjust coding cookie.
+       (html-mode): Delete duplicated chars from sentence-end-base.
+
+       * textmodes/texinfo.el: Change to utf-8.  Adjust coding cookie.
+       (texinfo-mode): Delete duplicated chars from sentence-end-base.
+
 2009-08-17  Chong Yidong  <cyd@stupidchicken.com>
 
        * files.el (hack-one-local-variable): If the mode function is for
index 044584611032d2d0e4989d6cf4a4d0e401a35001..b936c45b50cda245ec526e8dd60b78fdb731f74d 100644 (file)
@@ -1,4 +1,4 @@
-;;; texinfo.el --- major mode for editing Texinfo files -*- coding: iso-2022-7bit -*-
+;;; texinfo.el --- major mode for editing Texinfo files -*- coding: utf-8 -*-
 
 ;; Copyright (C) 1985, 1988, 1989, 1990, 1991, 1992, 1993, 1996, 1997,
 ;;   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
@@ -584,7 +584,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$B!I\e$,1r}\e(B)}]*")
+       "\\(@\\(end\\)?dots{}\\|[.?!]\\)[]\"')}]*")
   (make-local-variable 'adaptive-fill-mode)
   (setq adaptive-fill-mode nil)
   (make-local-variable 'fill-column)