GNU bug report logs -
#33901
26.1; cl-letf is unexpectedly not autoloaded
Previous Next
Reported by: Markus Triska <triska <at> metalevel.at>
Date: Sat, 29 Dec 2018 10:34:01 UTC
Severity: normal
Found in version 26.1
Done: Glenn Morris <rgm <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Andreas Schwab <schwab <at> linux-m68k.org> writes:
> Those autoloads are only defined in the cl-macs package. You need to
> load it first.
Is this really the intended way? I mean, why is this described as an
"autoloaded" macro then? From the manual, I gather:
The “autoload” feature allows you to call a function or macro whose
function definition has not yet been loaded into Emacs. It specifies
which file contains the definition. When an autoload object appears as
a symbol’s function definition, calling that symbol as a function
automatically loads the specified file; then it calls the real ...
If I have to load cl-macs before using cl-letf, it seems to be as good
as not having an autoload for it at all. Is there any advantage to this?
This bug report was last modified 6 years and 142 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.