chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27cb421
)
lisp: Push `mdw' onto the *features*.
author
Mark Wooding
<mdw@distorted.org.uk>
Thu, 27 Apr 2006 09:03:32 +0000
(10:03 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Thu, 27 Apr 2006 09:03:32 +0000
(10:03 +0100)
Now I can put tweaks into my code which don't screw everyone else up.
lisp-init.lisp
patch
|
blob
|
blame
|
history
diff --git
a/lisp-init.lisp
b/lisp-init.lisp
index c2a4fb5fa017c3f88ffa7d26f5f5e7f8796c62eb..65b5d617d5f3ab1d0cb962915a25865780dd211d 100644
(file)
--- a/
lisp-init.lisp
+++ b/
lisp-init.lisp
@@
-3,5
+3,4
@@
(setf *print-case* :downcase)
(setf *load-verbose* nil)
(setf *compile-verbose* nil)
#+cmu (setf *gc-verbose* nil)
-
-
+(pushnew :mdw *features*)