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: Sun, 25 Nov 2001 19:05:33 -0500

Index: emacs/src/abbrev.c
diff -u emacs/src/abbrev.c:1.46 emacs/src/abbrev.c:1.47
--- emacs/src/abbrev.c:1.46     Fri Nov  2 15:15:12 2001
+++ emacs/src/abbrev.c  Sun Nov 25 19:05:33 2001
@@ -234,8 +234,7 @@
 
   value = Qnil;
 
-  if (!NILP (Vrun_hooks))
-    call1 (Vrun_hooks, Qpre_abbrev_expand_hook);
+  Frun_hooks (1, &Qpre_abbrev_expand_hook);
 
   wordstart = 0;
   if (!(BUFFERP (Vabbrev_start_location_buffer)



reply via email to

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