# HG changeset patch # User Richard M. Stallman # Date 884387420 0 # Node ID a3cb242e83498f6b86f597f4a543ff2196906e92 # Parent 0a559893331d4132bce6d7b746fbfff559ccb008 (main): Pass new arg to message_dolog. diff -r 0a559893331d -r a3cb242e8349 src/emacs.c --- 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; }