]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix debugging image-dired-dired-toggle-marked-thumbs
authorStefan Kangas <stefankangas@gmail.com>
Wed, 28 Sep 2022 10:23:29 +0000 (12:23 +0200)
committerStefan 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

index d03c1629da8d7c9a3b672c03d89e2b22977296bf..46adf3f26f6829e60745169f9097eb4de99d5185 100644 (file)
@@ -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))