diff options
-rw-r--r-- | lisp/image-dired.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/image-dired.el b/lisp/image-dired.el index 61cf89c935d..a23dbfead7e 100644 --- a/lisp/image-dired.el +++ b/lisp/image-dired.el @@ -648,7 +648,7 @@ according to the Thumbnail Managing Standard." (when (not (file-exists-p (setq thumbnail-dir (file-name-directory thumbnail-file)))) (message "Creating thumbnail directory.") - (make-directory thumbnail-dir)) + (make-directory thumbnail-dir t)) (call-process shell-file-name nil nil nil shell-command-switch command))) ;;;###autoload |