]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/image-dired.el (image-dired-create-thumb): Create parent directories.
authorMark Oteiza <mvoteiza@udel.edu>
Thu, 15 Dec 2016 01:36:06 +0000 (20:36 -0500)
committerMark Oteiza <mvoteiza@udel.edu>
Thu, 15 Dec 2016 01:36:06 +0000 (20:36 -0500)
lisp/image-dired.el

index 61cf89c935d776ed591c4f4cef0b06b2ee2c09f2..a23dbfead7ea1b0d21863e89fec8d89b0cee4924 100644 (file)
@@ -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