bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#44014: Byte-compile warnings on the wrong line


From: Lars Ingebrigtsen
Subject: bug#44014: Byte-compile warnings on the wrong line
Date: Fri, 28 Jan 2022 16:19:12 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Lars Ingebrigtsen <larsi@gnus.org> writes:

> Here's a minimal case to reproduce the bug:
>
> (defun bar (a)
>   a)
>
> (defun foo ()
>   (bar 1)
>   (bar 1 2)
>   (bar 1))
>
> It'll say that the error is on the final call to bar, not the preceding
> line.  If I remove the first call to bar, then it puts the error on the
> correct line.

This has now apparently been fixed by Alan's accurate errors change, so
I'm closing this bug report.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

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