aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2001-11-26 00:04:43 +0000
committerRichard M. Stallman <[email protected]>2001-11-26 00:04:43 +0000
commit5eea19a4fb6d324ff6788f2dc09ae6bf7519c3fc (patch)
tree3316023dbaf4370c7ca202c30bf192e7cf2e304b
parent4a9b4f3079ede351a6342ca1b73f222a39b43879 (diff)
*** empty log message ***
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 489af48471..fba0a7cd93 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
+2001-11-25 Juanma Barranquero <[email protected]>
+
+ * 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 <[email protected]>
* xfaces.c (merge_face_heights): Coerce back to int explicitly.