aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/image-dired.el
diff options
context:
space:
mode:
authorPo Lu2021-12-10 14:50:21 +0800
committerPo Lu2021-12-10 14:50:21 +0800
commitcc0f147180300b672894de931bee76b2a3a719e9 (patch)
tree2fca1fb8adcb4aa1726f3274922f78eafe9a1aa5 /lisp/image-dired.el
parent6919d5a7c0a23c14ae77f7c708ea6d0ef2478108 (diff)
parent6e865a7171d80cd91b54c6d71b88d960b920abe3 (diff)
downloademacs-cc0f147180300b672894de931bee76b2a3a719e9.tar.gz
emacs-cc0f147180300b672894de931bee76b2a3a719e9.zip
Merge remote-tracking branch 'origin/master' into feature/pgtk
Diffstat (limited to 'lisp/image-dired.el')
-rw-r--r--lisp/image-dired.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/image-dired.el b/lisp/image-dired.el
index 22e725c2168..6ca0cd8831d 100644
--- a/lisp/image-dired.el
+++ b/lisp/image-dired.el
@@ -41,7 +41,7 @@
41;; 41;;
42;; I briefly tried out thumbs.el, and although it seemed more 42;; I briefly tried out thumbs.el, and although it seemed more
43;; powerful than this package, it did not work the way I wanted to. It 43;; powerful than this package, it did not work the way I wanted to. It
44;; was too slow to created thumbnails of all files in a directory (I 44;; was too slow to create thumbnails of all files in a directory (I
45;; currently keep all my 2000+ images in the same directory) and 45;; currently keep all my 2000+ images in the same directory) and
46;; browsing the thumbnail buffer was slow too. image-dired.el will not 46;; browsing the thumbnail buffer was slow too. image-dired.el will not
47;; create thumbnails until they are needed and the browsing is done 47;; create thumbnails until they are needed and the browsing is done