]> git.eshelyaron.com Git - emacs.git/commitdiff
Change to utf-8. Adjust coding cookie.
authorKenichi Handa <handa@m17n.org>
Tue, 18 Aug 2009 01:19:31 +0000 (01:19 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 18 Aug 2009 01:19:31 +0000 (01:19 +0000)
(html-mode): Delete duplicated chars from sentence-end-base.

lisp/textmodes/sgml-mode.el

index 68a33e06896910a8124eabc0e72325aa1f0987fd..9d9dcf3d89ab600ba6528fa632bab2ec66ac924a 100644 (file)
@@ -1,4 +1,4 @@
-;;; sgml-mode.el --- SGML- and HTML-editing modes -*- coding: iso-2022-7bit -*-
+;;; sgml-mode.el --- SGML- and HTML-editing modes -*- coding: utf-8 -*-
 
 ;; Copyright (C) 1992, 1995, 1996, 1998, 2001, 2002, 2003, 2004,
 ;;   2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
@@ -1944,7 +1944,7 @@ To work around that, do:
   (make-local-variable 'outline-heading-end-regexp)
   (make-local-variable 'outline-level)
   (make-local-variable 'sentence-end-base)
-  (setq sentence-end-base "[.?!][]\"'\e$B!I\e$,1r}\e(B)}]*\\(<[^>]*>\\)*"
+  (setq sentence-end-base "[.?!][]\"')}]*\\(<[^>]*>\\)*"
        sgml-tag-alist html-tag-alist
        sgml-face-tag-alist html-face-tag-alist
        sgml-tag-help html-tag-help