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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/abbrev.c [lexbind]
Date: Sat, 04 Sep 2004 05:50:38 -0400

Index: emacs/src/abbrev.c
diff -c emacs/src/abbrev.c:1.54.2.5 emacs/src/abbrev.c:1.54.2.6
*** emacs/src/abbrev.c:1.54.2.5 Sat Sep  4 09:18:39 2004
--- emacs/src/abbrev.c  Sat Sep  4 09:19:27 2004
***************
*** 248,253 ****
--- 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))
***************
*** 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
--- 326,331 ----




reply via email to

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