emacs-devel
[Top][All Lists]
Advanced

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

Autoloads and (t . SYM) in load-history


From: Stefan Monnier
Subject: Autoloads and (t . SYM) in load-history
Date: Sat, 12 Apr 2003 15:48:58 -0400

What was the reason for the following change ?


2002-12-07  Richard M. Stallman  <address@hidden>

        * lread.c (syms_of_lread) <load-history>: Doc fix.

        * eval.c (Fdefun, Fdefmacro): Record in load-history redefining an
        autoload.

        * data.c (Fdefalias): Record in load-history redefining an autoload.


There's already another convention related to the above when
a function is autoloaded.  It involves the `autoload' symbol
property and the Vautoload_queue variable.
Although I'm not 100% sure what it does and what it should do,
it seems that the two things might usefully be merged.
Any thought ?


        Stefan





reply via email to

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