/[emacs]/emacs/src/abbrev.c
ViewVC logotype

Diff of /emacs/src/abbrev.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.54.2.4 by miles, Tue Jul 6 10:17:19 2004 UTC revision 1.54.2.5 by miles, Sat Sep 4 09:18:39 2004 UTC
# Line 248  Returns the abbrev symbol, if expansion Line 248  Returns the abbrev symbol, if expansion
248    
249    value = Qnil;    value = Qnil;
250    
   Frun_hooks (1, &Qpre_abbrev_expand_hook);  
   
251    wordstart = 0;    wordstart = 0;
252    if (!(BUFFERP (Vabbrev_start_location_buffer)    if (!(BUFFERP (Vabbrev_start_location_buffer)
253          && XBUFFER (Vabbrev_start_location_buffer) == current_buffer))          && XBUFFER (Vabbrev_start_location_buffer) == current_buffer))
# Line 326  Returns the abbrev symbol, if expansion Line 324  Returns the abbrev symbol, if expansion
324    if (INTEGERP (sym) || NILP (SYMBOL_VALUE (sym)))    if (INTEGERP (sym) || NILP (SYMBOL_VALUE (sym)))
325      return value;      return value;
326    
327      Frun_hooks (1, &Qpre_abbrev_expand_hook);
328    
329    if (INTERACTIVE && !EQ (minibuf_window, selected_window))    if (INTERACTIVE && !EQ (minibuf_window, selected_window))
330      {      {
331        /* Add an undo boundary, in case we are doing this for        /* Add an undo boundary, in case we are doing this for

Legend:
Removed from v.1.54.2.4  
changed lines
  Added in v.1.54.2.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26