autoload problem
Uwe Brauer
oub at mat.ucm.es
Mon Jul 12 16:46:35 EDT 2010
>>>>> On Tue, 13 Jul 2010 01:23:25 +0900, "Stephen J. Turnbull" <stephen at xemacs.org> wrote:
St> Uwe Brauer writes:
>>
>> Would automatically use my new function but it does not,
St> It's a feature. From the docstring for `autoload':
Mk> autoload only does something if the function isn't
Mk> already defined. So if vc-rcs gets loaded before
Mk> vc-rcs-checkin gets invoked, your autoload statement
Mk> is ignored.
Ok thanks, so I have to use good old require.
More information about the XEmacs-Beta
mailing list