From: Richard M. Stallman Date: Sat, 31 Jul 2004 03:37:21 +0000 (+0000) Subject: (Fexpand_abbrev): Undo previous change. X-Git-Tag: ttn-vms-21-2-B4~5372 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=451eaa2138828c165b29f39fe7066dbb04850cb0;p=emacs.git (Fexpand_abbrev): Undo previous change. --- diff --git a/src/abbrev.c b/src/abbrev.c index 37ab640ee43..ac132f20023 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