1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-01 01:41:01 -08:00

(Fexpand_abbrev): Use Frun_hooks instead of Vrun_hooks.

This commit is contained in:
Richard M. Stallman 2001-11-26 00:05:33 +00:00
parent 5eea19a4fb
commit 6a15331f02

View file

@ -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)