diff options
| -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. */) | |||
| 234 | 234 | ||
| 235 | value = Qnil; | 235 | value = Qnil; |
| 236 | 236 | ||
| 237 | if (!NILP (Vrun_hooks)) | 237 | Frun_hooks (1, &Qpre_abbrev_expand_hook); |
| 238 | call1 (Vrun_hooks, Qpre_abbrev_expand_hook); | ||
| 239 | 238 | ||
| 240 | wordstart = 0; | 239 | wordstart = 0; |
| 241 | if (!(BUFFERP (Vabbrev_start_location_buffer) | 240 | if (!(BUFFERP (Vabbrev_start_location_buffer) |