mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 12:21:25 -08:00
; Fix debugging image-dired-dired-toggle-marked-thumbs
* lisp/image/image-dired-dired.el (image-dired-dired-toggle-marked-thumbs): Fix debugging.
This commit is contained in:
parent
6cffaa3b6d
commit
ca043773db
1 changed files with 1 additions and 0 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue