emacs-devel
[Top][All Lists]
Advanced

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

Re: call1 (Vrun_hooks, ...) instead of Frun_hooks?


From: Kevin Rodgers
Subject: Re: call1 (Vrun_hooks, ...) instead of Frun_hooks?
Date: Wed, 07 Apr 2010 20:36:45 -0600
User-agent: Thunderbird 2.0.0.24 (Macintosh/20100228)

Daniel Colascione wrote:
In minibuf.c, why is it

 call1 (Vrun_hooks, Qminibuffer_setup_hook)

instead of Frun_hooks(1, &Qminibuffer_setup_hook) ?

From eval.c:


/* This holds either the symbol `run-hooks' or nil.
   It is nil at an early stage of startup, and when Emacs
   is shutting down.  */

Lisp_Object Vrun_hooks;

--
Kevin Rodgers
Denver, Colorado, USA





reply via email to

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