]> code.delx.au - gnu-emacs/blobdiff - lisp/dos-w32.el
New icons for debugger.
[gnu-emacs] / lisp / dos-w32.el
index 3da2e99e65821793e7c4d1ed3dc7898ad0485ac6..4768586b33186f2279dab7267a8559dfa8847508 100644 (file)
@@ -52,7 +52,7 @@
                                        ; Packers
     ("\\.\\(a\\|o\\|tar\\|z\\|gz\\|taz\\|jar\\)$" . t)
                                        ; Unix stuff
-    ("\\.sx[dmicw]$" . t)              ; Open office
+    ("\\.sx[dmicw]$" . t)              ; OpenOffice.org
     ("\\.tp[ulpw]$" . t)               ; borland Pascal stuff
     ("[:/]tags$" . nil)                        ; emacs TAGS file
     )
@@ -197,7 +197,7 @@ the directory prefix corresponding to the filesystem.")
 (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))
+  (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))