changeset 58149:a469fda36737

(sgml-html-meta-auto-coding-function): Remove > after <html to allow HTML attributes.
author Juri Linkov <juri@jurta.org>
date Thu, 11 Nov 2004 21:39:41 +0000
parents 6fae65f635c3
children 20a8f104f5b4
files lisp/international/mule.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/international/mule.el	Thu Nov 11 21:38:47 2004 +0000
+++ b/lisp/international/mule.el	Thu Nov 11 21:39:41 2004 +0000
@@ -2126,7 +2126,7 @@
 		  (save-excursion
 		    (forward-line 10)
 		    (point))))
-  (when (and (search-forward "<html>" size t)
+  (when (and (search-forward "<html" size t)
 	     (re-search-forward "<meta\\s-+http-equiv=\"content-type\"\\s-+content=\"text/\\sw+;\\s-*charset=\\(.+?\\)\"" size t))
       (let* ((match (match-string 1))
 	     (sym (intern (downcase match))))