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 [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/abbrev.c [emacs-unicode-2]
Date: Wed, 28 Jul 2004 03:10:07 -0400

Index: emacs/src/abbrev.c
diff -c emacs/src/abbrev.c:1.58.4.3 emacs/src/abbrev.c:1.58.4.4
*** emacs/src/abbrev.c:1.58.4.3 Mon Jun 28 07:29:17 2004
--- emacs/src/abbrev.c  Wed Jul 28 07:05:51 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]