summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 9061730010d..93893249630 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,10 @@
2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
+ * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
+ (display-call-tree): Ensure newline after caller/calls blocks.
+
+2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
+
* startup.el (command-line-1): Make option
--directory/-L modify `load-path' straight away.