diff options
| -rw-r--r-- | src/emacs.c | 2 |
1 files changed, 1 insertions, 1 deletions
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]); | |||
| 1003 | Lisp_Object old_log_max; | 1003 | Lisp_Object old_log_max; |
| 1004 | old_log_max = Vmessage_log_max; | 1004 | old_log_max = Vmessage_log_max; |
| 1005 | XSETFASTINT (Vmessage_log_max, 0); | 1005 | XSETFASTINT (Vmessage_log_max, 0); |
| 1006 | message_dolog ("", 0, 1); | 1006 | message_dolog ("", 0, 1, 0); |
| 1007 | Vmessage_log_max = old_log_max; | 1007 | Vmessage_log_max = old_log_max; |
| 1008 | } | 1008 | } |
| 1009 | 1009 | ||