Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
7138d3f9
Commit
7138d3f9
authored
Jul 24, 2008
by
Chong Yidong
Browse files
Make comments clearer.
parent
e6979d6e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
lisp/dired-aux.el
lisp/dired-aux.el
+3
-1
No files found.
lisp/dired-aux.el
View file @
7138d3f9
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment