aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDmitry Antipov2013-03-19 18:09:05 +0400
committerDmitry Antipov2013-03-19 18:09:05 +0400
commitcf4bb06de4057d96fb1725615e5cf2c288fc3199 (patch)
treeabaa38beaf5f59517c98682fdb4d5470f7f9a367 /src/ChangeLog
parent0e6008c58ee197de5708e6c26e4994da89945c4f (diff)
downloademacs-cf4bb06de4057d96fb1725615e5cf2c288fc3199.tar.gz
emacs-cf4bb06de4057d96fb1725615e5cf2c288fc3199.zip
* print.c (syms_of_print): Initialize debugging output not here...
(init_print_once): ...but in a new function here. * lisp.h (init_print_once): Add prototype. * emacs.c (main): Add call to init_print_once. Adjust comments.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 72db989910f..a0a0cd81ed2 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -4,6 +4,10 @@
4 Signal error if window is not internal. Adjust docstring. 4 Signal error if window is not internal. Adjust docstring.
5 (delete_all_child_windows): Use combination_limit to save the buffer. 5 (delete_all_child_windows): Use combination_limit to save the buffer.
6 (Fset_window_configuration): Adjust accordingly. 6 (Fset_window_configuration): Adjust accordingly.
7 * print.c (syms_of_print): Initialize debugging output not here...
8 (init_print_once): ...but in a new function here.
9 * lisp.h (init_print_once): Add prototype.
10 * emacs.c (main): Add call to init_print_once. Adjust comments.
7 11
82013-03-18 Dmitry Antipov <dmantipov@yandex.ru> 122013-03-18 Dmitry Antipov <dmantipov@yandex.ru>
9 13