[773] in Moira
Re: com_err shouldn't print '\r' after '\n' when printing errors
daemon@ATHENA.MIT.EDU (Jonathan I. Kamens)
Thu Sep 8 13:11:37 1994
Date: Thu, 8 Sep 1994 13:12:33 -0400
From: "Jonathan I. Kamens" <jik@cam.ov.com>
To: mar@actwin.com
Cc: tytso@MIT.EDU, krb5-bugs@MIT.EDU, bug-zephyr@MIT.EDU, bugs@MIT.EDU,
bug-moira@MIT.EDU
In-Reply-To: <199409081708.NAA11939@looney.actwin.com> (message from Mark Rosenstein on Thu, 8 Sep 1994 13:08:46 -0400)
Emacs does filter out the extraneous ^M's *when they occur at the end
of the line*, because the "standard" is that the correct character
sequence at the end of a line is \r\n, not \n\r.
I'll settle for the \n\r in com_err.c being reversed to \r\n.
jik