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

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

bug#33901: 26.1; cl-letf is unexpectedly not autoloaded


From: Andreas Schwab
Subject: bug#33901: 26.1; cl-letf is unexpectedly not autoloaded
Date: Sat, 29 Dec 2018 12:00:21 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1.90 (gnu/linux)

On Dez 29 2018, Markus Triska <triska@metalevel.at> wrote:

> When I invoke Emacs via:
>
>     $ emacs -Q --eval '(cl-letf ((x t)) x)'
>
> then it displays:
>
>     eval: Symbol’s function definition is void: cl-letf
>
> However, the documentation of cl-letf states:
>
>     "cl-letf is an autoloaded Lisp macro ... "

Those autoloads are only defined in the cl-macs package.  You need to
load it first.

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510  2552 DF73 E780 A9DA AEC1
"And now for something completely different."





reply via email to

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