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

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

bug#10929: 24.0.94; `psetq' is autoloaded but not recognized in `emacs -


From: Lawrence Mitchell
Subject: bug#10929: 24.0.94; `psetq' is autoloaded but not recognized in `emacs -Q'
Date: Fri, 02 Mar 2012 16:58:46 +0000
User-agent: Gnus/5.130004 (Ma Gnus v0.4) Emacs/24.0.93 (gnu/linux)

Drew Adams wrote:
> I don't claim this is a bug - you decide.

not-a-bug, as below.

> emacs -Q

> C-h f psetq    ;; Not recognized

CL symbols aren't exposed in emacs -Q without loading cl

> M-x load-library cl RET

> C-h f psetq    ;; says it is autoloaded

That's cos it is.  The autoloads for cl functions/macros are in
cl-loaddefs.el.  When you load cl.el it loads cl-loaddefs.el
autoloading additional names without loading the files
immediately.

Lawrence

-- 
Lawrence Mitchell <wence@gmx.li>






reply via email to

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