cosmetic fresh-line at startup



 macsyma-top-level needs a fresh-line on CLISP when a
.clisprc is loaded.

<https://sourceforge.net/tracker/index.php?func=detail&aid=773879&group_id=4933&atid=304933>;

-- 
Sam Steingold (http://www.podval.org/~sds) running w2k
<http://www.camera.org>; <http://www.iris.org.il>; <http://www.memri.org/>;
<http://www.mideasttruth.com/>; <http://www.palestine-central.com/links.html>;
Booze is the answer. I can't remember the question.


Index: macsys.lisp
===================================================================
RCS file: /cvsroot/maxima/maxima/src/macsys.lisp,v
retrieving revision 1.20
diff -u -w -b -u -b -w -i -B -r1.20 macsys.lisp
--- macsys.lisp	5 Mar 2003 01:36:25 -0000	1.20
+++ macsys.lisp	18 Jul 2003 19:38:21 -0000
@@ -382,6 +382,7 @@
     (if *maxima-started*
 	(format t "Maxima restarted.~%")
       (progn
+        (fresh-line)
 	(format t "Maxima ~a http://maxima.sourceforge.net~%";
 		*autoconf-version*)
 	(format t "Distributed under the GNU Public License. See the file COPYING.~%")