emacs-devel
[Top][All Lists]
Advanced

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

Re: Odd warning about `customize-variable'


From: Lars Ingebrigtsen
Subject: Re: Odd warning about `customize-variable'
Date: Thu, 12 May 2022 02:33:08 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

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

> This is because it does:
>
>                   (`(defun . ,f)
>                    (unless (seq-some #'autoloadp
>                                      (get f 'function-history))
>                         (push f byte-compile-noruntime-functions)))))))))))))
>
> so it only skips the case where the function used to be defined as an
> autoload, but not when it used to be defined as an alias.

Ah, I see (I think).  And I guess this was triggered by 620ac67355,
which made message require eudc-capf, which explains why we didn't see
this warning until a couple days ago.

-- 
(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]