X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/f70de7583e9312348f59b51fb1c7a826178eea52..75e6b97059b6e5b012b1084677070add5c5b0c19:/src/abbrev.c diff --git a/src/abbrev.c b/src/abbrev.c index 37ab640ee4..ac132f2002 100644 --- a/src/abbrev.c +++ b/src/abbrev.c @@ -248,6 +248,8 @@ Returns the abbrev symbol, if expansion took place. */) value = Qnil; + Frun_hooks (1, &Qpre_abbrev_expand_hook); + wordstart = 0; if (!(BUFFERP (Vabbrev_start_location_buffer) && XBUFFER (Vabbrev_start_location_buffer) == current_buffer)) @@ -324,8 +326,6 @@ Returns the abbrev symbol, if expansion took place. */) if (INTEGERP (sym) || NILP (SYMBOL_VALUE (sym))) return value; - Frun_hooks (1, &Qpre_abbrev_expand_hook); - if (INTERACTIVE && !EQ (minibuf_window, selected_window)) { /* Add an undo boundary, in case we are doing this for