changeset 96981:6ab215577678

Make comments clearer.
author Chong Yidong <cyd@stupidchicken.com>
date Thu, 24 Jul 2008 16:16:43 +0000
parents ee7f0d8ed1ab
children 36851ff59dc2
files lisp/dired-aux.el
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/dired-aux.el	Thu Jul 24 16:12:20 2008 +0000
+++ b/lisp/dired-aux.el	Thu Jul 24 16:16:43 2008 +0000
@@ -1195,7 +1195,9 @@
 	    (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