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)