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: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/lisp/international/mule.el,v
Date: Thu, 31 Jul 2008 05:34:13 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   08/07/31 05:33:56

Index: lisp/international/mule.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/international/mule.el,v
retrieving revision 1.273
retrieving revision 1.274
diff -u -b -r1.273 -r1.274
--- lisp/international/mule.el  23 Jul 2008 22:40:07 -0000      1.273
+++ lisp/international/mule.el  31 Jul 2008 05:33:47 -0000      1.274
@@ -1662,7 +1662,7 @@
 (defun auto-coding-alist-lookup (filename)
   "Return the coding system specified by `auto-coding-alist' for FILENAME."
   (let ((alist auto-coding-alist)
-       (case-fold-search (memq system-type '(vax-vms windows-nt ms-dos 
cygwin)))
+       (case-fold-search (memq system-type '(windows-nt ms-dos cygwin)))
        coding-system)
     (while (and alist (not coding-system))
       (if (string-match (car (car alist)) filename)




reply via email to

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