1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-05 22:20:24 -08:00

*** empty log message ***

This commit is contained in:
Richard M. Stallman 1990-11-29 22:33:22 +00:00
parent 48aefb44d2
commit 70da2b8669

View file

@ -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)