Nix <nix(a)esperi.demon.co.uk> writes:
Anyway, the bug is that, in command_execute(), the hook is run by
passing the *variable* to run_hook(), not the symbol pointing at the
variable.
But that should still work, as long as the variable is tied to the
symbol using DEFVAR_LISP, right?