Mercurial > emacs
changeset 56564:c35c8a6e6baa
(Fexpand_abbrev): Undo previous change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 31 Jul 2004 03:37:21 +0000 |
parents | 2587479c8e25 |
children | 1bef61b14e78 |
files | src/abbrev.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/abbrev.c Sat Jul 31 03:31:28 2004 +0000 +++ b/src/abbrev.c Sat Jul 31 03:37:21 2004 +0000 @@ -248,6 +248,8 @@ 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 @@ 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