emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/international/mule.el


From: Juri Linkov
Subject: [Emacs-diffs] Changes to emacs/lisp/international/mule.el
Date: Thu, 11 Nov 2004 16:48:24 -0500

Index: emacs/lisp/international/mule.el
diff -c emacs/lisp/international/mule.el:1.205 
emacs/lisp/international/mule.el:1.206
*** emacs/lisp/international/mule.el:1.205      Fri Oct 22 13:10:23 2004
--- emacs/lisp/international/mule.el    Thu Nov 11 21:39:41 2004
***************
*** 2126,2132 ****
                  (save-excursion
                    (forward-line 10)
                    (point))))
!   (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))))
--- 2126,2132 ----
                  (save-excursion
                    (forward-line 10)
                    (point))))
!   (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))))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]