aboutsummaryrefslogtreecommitdiffstats
path: root/src/emacs.c
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1998-01-09 23:10:20 +0000
committerRichard M. Stallman <[email protected]>1998-01-09 23:10:20 +0000
commitf6fe7bb508d02cd4847d099bee289ccf03015f57 (patch)
tree2c8f4ece4ddbafb67b39d100fd67610b92777974 /src/emacs.c
parent141199d1f69858c2880ae16236387f21911db881 (diff)
(main): Pass new arg to message_dolog.
Diffstat (limited to 'src/emacs.c')
-rw-r--r--src/emacs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emacs.c b/src/emacs.c
index a54c834562..8aeee161ac 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;
}