/[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.63 by rms, Sat Jul 24 21:37:11 2004 UTC revision 1.64 by rms, Sat Jul 31 03:37:21 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    
251      Frun_hooks (1, &Qpre_abbrev_expand_hook);
252    
253    wordstart = 0;    wordstart = 0;
254    if (!(BUFFERP (Vabbrev_start_location_buffer)    if (!(BUFFERP (Vabbrev_start_location_buffer)
255          && XBUFFER (Vabbrev_start_location_buffer) == current_buffer))          && XBUFFER (Vabbrev_start_location_buffer) == current_buffer))
# Line 324  Returns the abbrev symbol, if expansion Line 326  Returns the abbrev symbol, if expansion
326    if (INTEGERP (sym) || NILP (SYMBOL_VALUE (sym)))    if (INTEGERP (sym) || NILP (SYMBOL_VALUE (sym)))
327      return value;      return value;
328    
   Frun_hooks (1, &Qpre_abbrev_expand_hook);  
   
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.63  
changed lines
  Added in v.1.64

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