Ignore:
Timestamp:
May 6, 2011, 12:47:14 AM (12 years ago)
Author:
Sam Hocevar
Message:

data: remove \r and trailing spaces and tabs from all Lisp sources.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • abuse/trunk/data-abuse/abuse.lsp

    r581 r582  
    1010    (progn
    1111      (print "Please make sure you unzipped the game with the -d option")
    12       (print "so that all directories get created properly.")     
    13       (print "example : pkunzip -d abusXXXX.zip")     
     12      (print "so that all directories get created properly.")
     13      (print "example : pkunzip -d abusXXXX.zip")
    1414      (quit)))
    1515(setq load_warn T)
     
    1818(load "lisp/common.lsp")
    1919(load "lisp/userfuns.lsp")
    20 (load "lisp/options.lsp")     
     20(load "lisp/options.lsp")
    2121(load "lisp/startup.lsp")
    2222(if (not (local_load "lisp/input.lsp"))   ; get local copy first
Note: See TracChangeset for help on using the changeset viewer.