emacs-devel
[Top][All Lists]
Advanced

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

Re: call1(Vrun_hooks, Qmy_hook) vs. Frun_hook(1, &Qmy_hook)


From: Richard Stallman
Subject: Re: call1(Vrun_hooks, Qmy_hook) vs. Frun_hook(1, &Qmy_hook)
Date: Tue, 20 Nov 2001 03:56:59 -0700 (MST)

    >    The calling convention:
    > 
    >    if (!NILP (Vrun_hooks))
    >      call1 (Vrun_hooks, Qmy_funny_hook);
    > 
    >    should no longer be used.  */

The comment is correct.  So these places can be changed.




reply via email to

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