emacs-devel
[Top][All Lists]
Advanced

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

when to call provide, first or last?


From: Le Wang
Subject: when to call provide, first or last?
Date: Mon, 27 Feb 2012 20:47:49 +0800

Hi,

What's the accepted idiom for calling (provide 'foo-feature)?  I picked up the habit of calling it first in every library I write.  This way two libraries can call functions from each other without causing a circular dependency.

But I had a look through lisp/*.el and everything calls provide last.  Is there some disadvantage to calling it first that I'm not seeing?

--
Le

reply via email to

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