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,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/international/mule.el,v
Date: Fri, 21 Sep 2007 03:19:04 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       07/09/21 03:19:03

Index: mule.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/international/mule.el,v
retrieving revision 1.259
retrieving revision 1.260
diff -u -b -r1.259 -r1.260
--- mule.el     19 Sep 2007 17:26:02 -0000      1.259
+++ mule.el     21 Sep 2007 03:19:03 -0000      1.260
@@ -2310,6 +2310,7 @@
 (defun sgml-html-meta-auto-coding-function (size)
   "If the buffer has an HTML meta tag, use it to determine encoding.
 This function is intended to be added to `auto-coding-functions'."
+  (let ((case-fold-search t))
   (setq size (min (+ (point) size)
                  (save-excursion
                    ;; Limit the search by the end of the HTML header.
@@ -2328,7 +2329,7 @@
       (if (coding-system-p sym)
          sym
        (message "Warning: unknown coding system \"%s\"" match)
-       nil))))
+         nil)))))
 
 ;;;
 (provide 'mule)




reply via email to

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