1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-27 07:41:28 -08:00

(main): Pass new arg to message_dolog.

This commit is contained in:
Richard M. Stallman 1998-01-09 23:10:20 +00:00
parent 141199d1f6
commit f6fe7bb508

View file

@ -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;
}