]> code.delx.au - gnu-emacs/blobdiff - lisp/dos-w32.el
Add submodule support to f90.el.
[gnu-emacs] / lisp / dos-w32.el
index 36832df3c67baced0688d712ab621c3ded0afe71..5dac6d22722ea956d229469ba2e4621adb3c0e6e 100644 (file)
@@ -228,10 +228,10 @@ dealing with untranslated filesystems."
       ;; directory separators changed to directory-sep-char.
       (let ((name nil))
        (setq name (mapconcat
-                   '(lambda (char)
-                      (if (and (<= ?A char) (<= char ?Z))
-                          (char-to-string (+ (- char ?A) ?a))
-                        (char-to-string char)))
+                   (lambda (char)
+                      (if (and (<= ?A char) (<= char ?Z))
+                          (char-to-string (+ (- char ?A) ?a))
+                        (char-to-string char)))
                    filename nil))
        ;; Use expand-file-name to canonicalize directory separators, except
        ;; with bare drive letters (which would have the cwd appended).