image-dired: Fix moving forward when marking files
* lisp/image/image-dired.el (image-dired--do-mark-command): Make movement consistent regardless of the value of image-dired-marking-shows-next. (Bug#57651)
This commit is contained in:
parent
c6b25b55b3
commit
ffe50d41d9
1 changed files with 1 additions and 1 deletions
|
@ -767,7 +767,7 @@ according to `image-dired-marking-shows-next'."
|
|||
,(when maybe-next
|
||||
'(if image-dired-marking-shows-next
|
||||
(image-dired-display-next-thumbnail-original)
|
||||
(image-dired-next-line)))))
|
||||
(image-dired-forward-image)))))
|
||||
|
||||
(defun image-dired-mark-thumb-original-file ()
|
||||
"Mark original image file in associated Dired buffer."
|
||||
|
|
Loading…
Add table
Reference in a new issue