Whitespaceification: removed indentation tabs throughout project.
authorTravis Cross <tc@traviscross.com>
Sun, 30 Mar 2008 19:57:12 +0000 (19:57 +0000)
committerTravis Cross <tc@traviscross.com>
Sun, 30 Mar 2008 19:57:12 +0000 (19:57 +0000)
commitb508414b6cd9c16a811fd24c26085186d6d70215
treec37421bd454b26dfc572c10c80d701005c4f8e2c
parent6a2ce72d8a5cfa7af9e940969ed3fbf083a87ef7
Whitespaceification: removed indentation tabs throughout project.

...and replaced each tab with 8 spaces.  Tab indentation had
previously been used inconsistently and was dominated by space-based
indentation.

In the future, disable indent-tabs-mode in emacs!

(setq indent-tabs-mode nil)
docs/pbook.py
src/compiler.lisp
src/parse-lambda-list.lisp
src/special-forms.lisp
src/utils.lisp
t/ps-tests.lisp
t/test.lisp