On Wed, Jun 15, 2016 at 11:42 AM, Clément Pit--Claudel <clement.pit@gmail.com> wrote:
On 2016-06-15 09:54, Robert Weiner wrote:
> Adding that line fixes it and does no harm in cases where it is not needed.

It does, doesn't it? For one thing, it will slow startup down by loading the entirety of the package, instead of just autoloading a few functions.
Or does hyperbole need to be loaded in full to work?
Some of it must be loaded not just autoloaded and that is what (require 'hyperbole) does.  It became too complex to lazily load everything at first use as there are many different ways to invoke its features.
It does not take long to initialize, so it won't slow down initialization much.

Bob