1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-10 13:40:36 -08:00

*** empty log message ***

This commit is contained in:
Richard M. Stallman 2001-11-26 00:04:43 +00:00
parent 4a9b4f3079
commit 5eea19a4fb

View file

@ -1,3 +1,11 @@
2001-11-25 Juanma Barranquero <lektu@terra.es>
* 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 <monnier@cs.yale.edu>
* xfaces.c (merge_face_heights): Coerce back to int explicitly.