[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/dos-w32.el
From: |
Juanma Barranquero |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/dos-w32.el |
Date: |
Fri, 31 Jan 2003 10:15:36 -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))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/lisp/dos-w32.el,
Juanma Barranquero <=