emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/dos-w32.el


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/dos-w32.el
Date: Fri, 04 Apr 2003 01:21:52 -0500

Index: emacs/lisp/dos-w32.el
diff -c emacs/lisp/dos-w32.el:1.34 emacs/lisp/dos-w32.el:1.35
*** emacs/lisp/dos-w32.el:1.34  Thu Jul 11 13:24:10 2002
--- emacs/lisp/dos-w32.el       Fri Jan 31 10:15:36 2003
***************
*** 197,203 ****
  (defun untranslated-canonical-name (filename)
    "Return FILENAME in a canonicalized form for use with the functions
  dealing with untranslated filesystems."
!   (if (memq system-type '(ms-dos windows-nt))
        ;; The canonical form for DOS/W32 is with A-Z downcased and all
        ;; directory separators changed to directory-sep-char.
        (let ((name nil))
--- 197,203 ----
  (defun untranslated-canonical-name (filename)
    "Return FILENAME in a canonicalized form for use with the functions
  dealing with untranslated filesystems."
!   (if (memq system-type '(ms-dos windows-nt cygwin))
        ;; The canonical form for DOS/W32 is with A-Z downcased and all
        ;; directory separators changed to directory-sep-char.
        (let ((name nil))




reply via email to

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