On Mon, 5 Sep 2016, Andreas Schwab wrote: > On Sep 05 2016, Tino Calancha wrote: > >> @@ -1144,7 +1146,8 @@ image-dired-next-line >> "Move to next line and display properties." >> (interactive) >> (let ((goal-column (current-column))) >> - (next-line)) >> + (forward-line 1) >> + (move-to-column goal-column)) > > What does this hunk have to do with the subject? Nothing. That is to avoid the compilation warning: ¡next-line¢ is for interactive use only; use ¡forward-line¢ instead. I'm sorry for the confusion.