summaryrefslogtreecommitdiff
path: root/defun-1.lisp
Commit message (Collapse)AuthorAgeFilesLines
* Apply the GPLv3 to all files.Matthias Andreas Benkard2008-07-311-0/+20
|
* Add FUNCALL, LAMBDA, and REST.Matthias Andreas Benkard2008-07-301-0/+9
|
* In all Lisp source files, put EXPORT lists on top.Matthias Andreas Benkard2008-07-281-3/+3
|
* Use DEFUN in order to redefine functions used to implement DEFUN after it ↵Matthias Andreas Benkard2008-07-271-0/+20
has been defined itself.