From: Richard M. Stallman Date: Thu, 29 Nov 1990 22:33:22 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-19.34~15697 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=70da2b8669a5da1e696cce968542415bd0b0aad2;p=emacs.git *** empty log message *** --- diff --git a/lib-src/movemail.c b/lib-src/movemail.c index 028e5616f5a..9709202e131 100644 --- a/lib-src/movemail.c +++ b/lib-src/movemail.c @@ -690,7 +690,7 @@ mbx_write (line, mbf) mbx_delimit_begin (mbf) FILE *mbf; { - fputs ("\f\n0,unseen,,\n", mbf); + fputs ("\f\n0, unseen,,\n", mbf); } mbx_delimit_end (mbf)