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: Tino Calancha
Subject: Re: master ca47390: image-dired: Report when a necessary executable is not found
Date: Mon, 5 Sep 2016 16:12:58 +0900 (JST)
User-agent: Alpine 2.20 (DEB 67 2015-01-07)



On Mon, 5 Sep 2016, Andreas Schwab wrote:

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?
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.

reply via email to

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