diff options
| author | Po Lu | 2021-12-10 14:50:21 +0800 |
|---|---|---|
| committer | Po Lu | 2021-12-10 14:50:21 +0800 |
| commit | cc0f147180300b672894de931bee76b2a3a719e9 (patch) | |
| tree | 2fca1fb8adcb4aa1726f3274922f78eafe9a1aa5 /lisp/image-dired.el | |
| parent | 6919d5a7c0a23c14ae77f7c708ea6d0ef2478108 (diff) | |
| parent | 6e865a7171d80cd91b54c6d71b88d960b920abe3 (diff) | |
| download | emacs-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.el | 2 |
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 |