]> git.eshelyaron.com Git - emacs.git/commit
Use SHA1 when creating thumbnail file name
authorStefan Kangas <stefan@marxist.se>
Sun, 24 Oct 2021 21:25:07 +0000 (23:25 +0200)
committerStefan Kangas <stefan@marxist.se>
Sun, 24 Oct 2021 21:26:25 +0000 (23:26 +0200)
commit608e694a30469392540043ce3ef627832b491f8c
tree46f6dfa1fe0d0875d864299c3003f97c3ccf59c7
parentea036e6f8d218241015d3e4a06360957b4e30266
Use SHA1 when creating thumbnail file name

* lisp/image-dired.el (image-dired-thumb-name): Improve docstring.
Use SHA1 for hashing when creating file name.  SHA1 is slightly faster
than MD5, and has a few more bits.
lisp/image-dired.el