emacs-devel
[Top][All Lists]
Advanced

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

Re: master ca47390: image-dired: Report when a necessary executable is n


From: Andreas Schwab
Subject: Re: master ca47390: image-dired: Report when a necessary executable is not found
Date: Mon, 05 Sep 2016 08:41:56 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)

On Sep 05 2016, Tino Calancha <address@hidden> 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?

Andreas.

-- 
Andreas Schwab, address@hidden
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."



reply via email to

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