From: Chong Yidong Date: Thu, 24 Jul 2008 16:16:43 +0000 (+0000) Subject: Make comments clearer. X-Git-Tag: emacs-pretest-23.0.90~3916 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7138d3f94889eb1f97fb75925b9ae7ddfce28996;p=emacs.git Make comments clearer. --- diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el index 7c4c29abb23..3950b783bd3 100644 --- a/lisp/dired-aux.el +++ b/lisp/dired-aux.el @@ -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