Small bug remaining with the newline under Windows



Hello,
 
When one load a file not finishing by a carriage return line feed (CR LF)
Maxima print an error message but after this last Maxima does not print a prompt.
 
session :
 
Maxima 5.9.3 http://maxima.sourceforge.net
Using Lisp GNU Common Lisp (GCL) GCL 2.6.7 (aka GCL)
Distributed under the GNU Public License. See the file COPYING.
Dedicated to the memory of William Schelter.
This is a development version of Maxima. The function bug_report()
provides bug reporting information.
(%i1) 
batching #pD:/Math/T.....................
 
Maxima encountered a Lisp error:
 
 Error in PROGN [or a callee]: Unexpected end of #<input stream "D:/Math/Theorie des
nombres............
 
Automatically continuing.
To reenable the Lisp debugger set *debugger-hook* to nil.
 
 Here Maxima should print the prompt: (%i2) but this is not the case.
 
This is a very minor bug I think.