From 6a15331f02cebb5169e4b5ee3eb6f0eb95b02193 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 26 Nov 2001 00:05:33 +0000 Subject: [PATCH] (Fexpand_abbrev): Use Frun_hooks instead of Vrun_hooks. --- src/abbrev.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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) -- 2.39.2