From: Richard M. Stallman Date: Fri, 9 Jan 1998 23:10:20 +0000 (+0000) Subject: (main): Pass new arg to message_dolog. X-Git-Tag: emacs-20.3~2454 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f6fe7bb508d02cd4847d099bee289ccf03015f57;p=emacs.git (main): Pass new arg to message_dolog. --- diff --git a/src/emacs.c b/src/emacs.c index a54c8345626..8aeee161ac0 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -1003,7 +1003,7 @@ the Bugs section of the Emacs manual or the file BUGS.\n", argv[0]); 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; }