[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: autoload for eww-suggest-uris
From: |
Stefan Monnier |
Subject: |
Re: autoload for eww-suggest-uris |
Date: |
Mon, 09 Mar 2015 21:23:01 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) |
> How do we prevent it from interfering with an explicit ‘setq’
> then?
The question is fundamentally: is eww-suggest-uris a hook, or is it
a list of functions?
If it's a hook, then using `setq' on it is a bug (and it should be
called eww-suggest-uris-hook or eww-suggest-uris-functions).
Stefan