[Lisppaste-cvs] CVS update: lisppaste2/encode-for-pre.lisp 
    Brian Mastenbrook 
    bmastenbrook at common-lisp.net
       
    Thu Jun  3 20:19:40 UTC 2004
    
    
  
Update of /project/lisppaste/cvsroot/lisppaste2
In directory common-lisp.net:/home/bmastenbrook/lisppaste2
Modified Files:
	encode-for-pre.lisp 
Log Message:
eight spaces instead of four for tabs
Date: Thu Jun  3 13:19:40 2004
Author: bmastenbrook
Index: lisppaste2/encode-for-pre.lisp
diff -u lisppaste2/encode-for-pre.lisp:1.15 lisppaste2/encode-for-pre.lisp:1.16
--- lisppaste2/encode-for-pre.lisp:1.15	Tue Jun  1 06:17:50 2004
+++ lisppaste2/encode-for-pre.lisp	Thu Jun  3 13:19:40 2004
@@ -1,4 +1,4 @@
-;;;; $Id: encode-for-pre.lisp,v 1.15 2004/06/01 13:17:50 bmastenbrook Exp $
+;;;; $Id: encode-for-pre.lisp,v 1.16 2004/06/03 20:19:40 bmastenbrook Exp $
 ;;;; $Source: /project/lisppaste/cvsroot/lisppaste2/encode-for-pre.lisp,v $
 
 ;;;; See the LICENSE file for licensing information.
@@ -37,7 +37,7 @@
                ((#\>)
                 (write-string ">" out))
                ((#\Tab)
-                (write-string "    " out))
+                (write-string "        " out))
                ((#\Space)
                 (write-char #\Space out)
                 (go escape-spaces))
    
    
More information about the Lisppaste-cvs
mailing list