]> git.eshelyaron.com Git - emacs.git/commitdiff
Make comments clearer.
authorChong Yidong <cyd@stupidchicken.com>
Thu, 24 Jul 2008 16:16:43 +0000 (16:16 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Thu, 24 Jul 2008 16:16:43 +0000 (16:16 +0000)
lisp/dired-aux.el

index 7c4c29abb235decf952b015196613ce8b73ff13f..3950b783bd3f82a30d7942cf26d6be3d599ebafd 100644 (file)
@@ -1195,7 +1195,9 @@ Special value `always' suppresses confirmation."
            (if (file-exists-p to)
                (or top (dired-handle-overwrite to))
              (condition-case err
-                 ;; Create the directory with correct permissions.
+                 ;; We used to call set-file-modes here, but on some
+                 ;; Linux kernels, that returns an error on vfat
+                 ;; filesystems
                  (let ((default-mode (default-file-modes)))
                    (unwind-protect
                        (progn