diff options
author | Richard M. Stallman <rms@gnu.org> | 2001-11-26 00:05:33 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2001-11-26 00:05:33 +0000 |
commit | 6a15331f02cebb5169e4b5ee3eb6f0eb95b02193 (patch) | |
tree | a9f80521f4ccb79763d04fcaf57186abaf7a4f16 /src/abbrev.c | |
parent | 5eea19a4fb6d324ff6788f2dc09ae6bf7519c3fc (diff) | |
download | emacs-6a15331f02cebb5169e4b5ee3eb6f0eb95b02193.tar.gz emacs-6a15331f02cebb5169e4b5ee3eb6f0eb95b02193.tar.bz2 emacs-6a15331f02cebb5169e4b5ee3eb6f0eb95b02193.zip |
(Fexpand_abbrev): Use Frun_hooks instead of Vrun_hooks.
Diffstat (limited to 'src/abbrev.c')
-rw-r--r-- | src/abbrev.c | 3 |
1 files changed, 1 insertions, 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) |