From: Richard M. Stallman Date: Mon, 26 Nov 2001 00:05:33 +0000 (+0000) Subject: (Fexpand_abbrev): Use Frun_hooks instead of Vrun_hooks. X-Git-Tag: ttn-vms-21-2-B4~18164 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6a15331f02cebb5169e4b5ee3eb6f0eb95b02193;p=emacs.git (Fexpand_abbrev): Use Frun_hooks instead of Vrun_hooks. --- diff --git a/src/abbrev.c b/src/abbrev.c index 51623ade93c..58ddd6dba49 100644 --- a/src/abbrev.c +++ b/src/abbrev.c @@ -234,8 +234,7 @@ Returns the abbrev symbol, if expansion took place. */) value = Qnil; - if (!NILP (Vrun_hooks)) - call1 (Vrun_hooks, Qpre_abbrev_expand_hook); + Frun_hooks (1, &Qpre_abbrev_expand_hook); wordstart = 0; if (!(BUFFERP (Vabbrev_start_location_buffer)