changeset 20620:a3cb242e8349

(main): Pass new arg to message_dolog.
author Richard M. Stallman <rms@gnu.org>
date Fri, 09 Jan 1998 23:10:20 +0000
parents 0a559893331d
children ee017970042d
files src/emacs.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/emacs.c	Fri Jan 09 23:08:46 1998 +0000
+++ b/src/emacs.c	Fri Jan 09 23:10:20 1998 +0000
@@ -1003,7 +1003,7 @@
       Lisp_Object old_log_max;
       old_log_max = Vmessage_log_max;
       XSETFASTINT (Vmessage_log_max, 0);
-      message_dolog ("", 0, 1);
+      message_dolog ("", 0, 1, 0);
       Vmessage_log_max = old_log_max;
     }