emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master ffe50d41d9 2/2: image-dired: Fix moving forward when marking file


From: Stefan Kangas
Subject: master ffe50d41d9 2/2: image-dired: Fix moving forward when marking files
Date: Wed, 7 Sep 2022 20:22:16 -0400 (EDT)

branch: master
commit ffe50d41d98cf05622288b33cd014be18319dce0
Author: Morgan Smith <Morgan.J.Smith@outlook.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    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)
---
 lisp/image/image-dired.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/image/image-dired.el b/lisp/image/image-dired.el
index 923efa8145..e799f2e748 100644
--- a/lisp/image/image-dired.el
+++ b/lisp/image/image-dired.el
@@ -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."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]