unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* call1 (Vrun_hooks, ...) instead of Frun_hooks?
@ 2010-04-08  1:30 Daniel Colascione
  2010-04-08  2:36 ` Kevin Rodgers
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Colascione @ 2010-04-08  1:30 UTC (permalink / raw)
  To: Emacs development discussions

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

In minibuf.c, why is it

 call1 (Vrun_hooks, Qminibuffer_setup_hook)

instead of Frun_hooks(1, &Qminibuffer_setup_hook) ?
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (Darwin)

iEYEARECAAYFAku9MckACgkQ17c2LVA10Vs3zgCg2MJAtf/GXm+X3CXU4S/LbRii
6o0AoIMFKO6K5oSRyNL89G6TDNQtk/O8
=BccL
-----END PGP SIGNATURE-----




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: call1 (Vrun_hooks, ...) instead of Frun_hooks?
  2010-04-08  1:30 call1 (Vrun_hooks, ...) instead of Frun_hooks? Daniel Colascione
@ 2010-04-08  2:36 ` Kevin Rodgers
  0 siblings, 0 replies; 2+ messages in thread
From: Kevin Rodgers @ 2010-04-08  2:36 UTC (permalink / raw)
  To: emacs-devel

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





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-04-08  2:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-08  1:30 call1 (Vrun_hooks, ...) instead of Frun_hooks? Daniel Colascione
2010-04-08  2:36 ` Kevin Rodgers

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).