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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/international/mule.el [lexbind]
Date: Thu, 11 Nov 2004 23:44:00 -0500

Index: emacs/lisp/international/mule.el
diff -c emacs/lisp/international/mule.el:1.147.2.13 
emacs/lisp/international/mule.el:1.147.2.14
*** emacs/lisp/international/mule.el:1.147.2.13 Mon Oct 25 04:22:30 2004
--- emacs/lisp/international/mule.el    Fri Nov 12 04:21:14 2004
***************
*** 2128,2134 ****
                  (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))))
--- 2128,2134 ----
                  (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]