/[emacs]/emacs/lisp/dos-w32.el
ViewVC logotype

Diff of /emacs/lisp/dos-w32.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.34 by pj, Thu Jul 11 17:24:10 2002 UTC revision 1.35 by lektu, Fri Jan 31 15:15:36 2003 UTC
# Line 197  the directory prefix corresponding to th Line 197  the directory prefix corresponding to th
197  (defun untranslated-canonical-name (filename)  (defun untranslated-canonical-name (filename)
198    "Return FILENAME in a canonicalized form for use with the functions    "Return FILENAME in a canonicalized form for use with the functions
199  dealing with untranslated filesystems."  dealing with untranslated filesystems."
200    (if (memq system-type '(ms-dos windows-nt))    (if (memq system-type '(ms-dos windows-nt cygwin))
201        ;; The canonical form for DOS/W32 is with A-Z downcased and all        ;; The canonical form for DOS/W32 is with A-Z downcased and all
202        ;; directory separators changed to directory-sep-char.        ;; directory separators changed to directory-sep-char.
203        (let ((name nil))        (let ((name nil))

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26