emacs-devel
[Top][All Lists]
Advanced

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

Re: master a350ae0: * lisp/emacs-lisp/cconv.el: Improve line-nb info of


From: Andrea Corallo
Subject: Re: master a350ae0: * lisp/emacs-lisp/cconv.el: Improve line-nb info of unused var warnings
Date: Tue, 09 Mar 2021 16:31:02 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Stefan Monnier <monnier@iro.umontreal.ca> writes:

>> ;; -*- lexical-binding: t; -*-
>> (defun foo (x)
>>   "foo")
>> (byte-compile #'foo)
>> (unless (equal "foo" (foo nil))
>>   (error "FAIL"))
>
> Should be fixed now, thanks,

Thank you for the quick fix!

  Andrea



reply via email to

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