diff options
author | Kenichi Handa <handa@m17n.org> | 2009-08-18 01:19:31 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 2009-08-18 01:19:31 +0000 |
commit | e4abaae3c259d1aae2fcd2519cc19b10cf0dd18e (patch) | |
tree | 622030f676f118444c5a45905a6e37239e1a94c9 /lisp | |
parent | 988194903ce261ff84134dc3c8bf12efce7833f3 (diff) | |
download | emacs-e4abaae3c259d1aae2fcd2519cc19b10cf0dd18e.tar.gz emacs-e4abaae3c259d1aae2fcd2519cc19b10cf0dd18e.tar.bz2 emacs-e4abaae3c259d1aae2fcd2519cc19b10cf0dd18e.zip |
Change to utf-8. Adjust coding cookie.
(html-mode): Delete duplicated chars from sentence-end-base.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/textmodes/sgml-mode.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/textmodes/sgml-mode.el b/lisp/textmodes/sgml-mode.el index 68a33e06896..9d9dcf3d89a 100644 --- a/lisp/textmodes/sgml-mode.el +++ b/lisp/textmodes/sgml-mode.el @@ -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 "[.?!][]\"'$B!I$,1r}(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 |