emacs-devel
[Top][All Lists]
Advanced

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

Odd warning about `customize-variable'


From: Lars Ingebrigtsen
Subject: Odd warning about `customize-variable'
Date: Wed, 11 May 2022 12:57:20 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

I don't know when this started, but I'm seeing one oddball warning when
building Emacs now:

In end of data:
org/org.el:15523:6: Warning: the function `customize-variable' might not be 
defined at runtime.

This is odd, because loaddefs has:

(defalias 'customize-variable 'customize-option)
(autoload 'customize-option "cus-edit" "\

So that alias (and that function it points to) should always be defined.

Anybody know what might be going on?

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