emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/abbrev.c


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/src/abbrev.c
Date: Sat, 24 Jul 2004 17:55:33 -0400

Index: emacs/src/abbrev.c
diff -c emacs/src/abbrev.c:1.62 emacs/src/abbrev.c:1.63
*** emacs/src/abbrev.c:1.62     Wed Jun 16 14:23:15 2004
--- emacs/src/abbrev.c  Sat Jul 24 21:37:11 2004
***************
*** 248,255 ****
  
    value = Qnil;
  
-   Frun_hooks (1, &Qpre_abbrev_expand_hook);
- 
    wordstart = 0;
    if (!(BUFFERP (Vabbrev_start_location_buffer)
        && XBUFFER (Vabbrev_start_location_buffer) == current_buffer))
--- 248,253 ----
***************
*** 326,331 ****
--- 324,331 ----
    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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]