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:
parent
5eea19a4fb
commit
6a15331f02
1 changed files with 1 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue