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

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

Re: The function ‘cl-set-difference’ might not be defined at runtime


From: Štěpán Němec
Subject: Re: The function ‘cl-set-difference’ might not be defined at runtime
Date: Tue, 14 Apr 2020 20:12:24 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

On Tue, 14 Apr 2020 14:53:43 -0300
Jorge P. de Morais Neto wrote:

> Hi.  I have a small Elisp file that calls `cl-set-difference'.  Flycheck
> complains
>
>     the function ‘cl-set-difference’ might not be defined at runtime. 
> (emacs-lisp)

https://debbugs.gnu.org/cgi/bugreport.cgi?bug=26782

> Then I checked a few other autoloads:
>
> (autoloadp #'markdown-mode)
> (autoloadp #'js-mode)
>
> All of them return nil!  What gives?

Try (autoloadp (symbol-function 'markdown-mode))

-- 
Štěpán



reply via email to

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