mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-05 22:20:24 -08:00
Merge remote-tracking branch 'origin/master' into feature/android
This commit is contained in:
commit
2867f62484
21 changed files with 336 additions and 87 deletions
|
|
@ -1905,8 +1905,8 @@ when using per-directory thumbnail file storage"))
|
|||
(if (file-exists-p image-dired-gallery-dir)
|
||||
(if (not (file-directory-p image-dired-gallery-dir))
|
||||
(error "Variable image-dired-gallery-dir is not a directory"))
|
||||
;; FIXME: Should we set umask to 077 here, as we do for thumbnails?
|
||||
(make-directory image-dired-gallery-dir))
|
||||
(with-file-modes #o700
|
||||
(make-directory image-dired-gallery-dir)))
|
||||
;; Open index file
|
||||
(with-temp-file index-file
|
||||
(if (file-exists-p index-file)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue