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 [emacs-unicode


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/international/mule.el [emacs-unicode-2]
Date: Thu, 11 Nov 2004 22:02:13 -0500

Index: emacs/lisp/international/mule.el
diff -c emacs/lisp/international/mule.el:1.188.2.14 
emacs/lisp/international/mule.el:1.188.2.15
*** emacs/lisp/international/mule.el:1.188.2.14 Sat Oct 16 00:23:39 2004
--- emacs/lisp/international/mule.el    Fri Nov 12 02:52:54 2004
***************
*** 2101,2107 ****
                  (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))))
--- 2101,2107 ----
                  (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]