projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6cffaa3
)
; Fix debugging image-dired-dired-toggle-marked-thumbs
author
Stefan Kangas
<stefankangas@gmail.com>
Wed, 28 Sep 2022 10:23:29 +0000
(12:23 +0200)
committer
Stefan Kangas
<stefankangas@gmail.com>
Wed, 28 Sep 2022 10:36:42 +0000
(12:36 +0200)
* lisp/image/image-dired-dired.el
(image-dired-dired-toggle-marked-thumbs): Fix debugging.
lisp/image/image-dired-dired.el
patch
|
blob
|
history
diff --git
a/lisp/image/image-dired-dired.el
b/lisp/image/image-dired-dired.el
index d03c1629da8d7c9a3b672c03d89e2b22977296bf..46adf3f26f6829e60745169f9097eb4de99d5185 100644
(file)
--- a/
lisp/image/image-dired-dired.el
+++ b/
lisp/image/image-dired-dired.el
@@
-63,6
+63,7
@@
current line. ARG, if non-nil, specifies the files to use instead
of the marked files. If ARG is an integer, use the next ARG (or
previous -ARG, if ARG<0) files."
(interactive "P" dired-mode)
+ (setq image-dired--generate-thumbs-start (current-time))
(dired-map-over-marks
(let ((image-pos (dired-move-to-filename))
(image-file (dired-get-filename nil t))