From: Richard M. Stallman Date: Mon, 26 Nov 2001 00:04:43 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~18165 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5eea19a4fb6d324ff6788f2dc09ae6bf7519c3fc;p=emacs.git *** empty log message *** --- diff --git a/src/ChangeLog b/src/ChangeLog index 489af484713..fba0a7cd939 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,11 @@ +2001-11-25 Juanma Barranquero + + * abbrev.c (Fexpand_abbrev): Use Frun_hooks instead of Vrun_hooks. + + * buffer.c (Fkill_buffer): Use Frun_hooks, not Vrun_hooks. + + * print.c (temp_output_buffer_setup): Use Frun_hooks, not Vrun_hooks. + 2001-11-25 Stefan Monnier * xfaces.c (merge_face_heights): Coerce back to int explicitly.