chiark / gitweb /
lisp: Push `mdw' onto the *features*.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 27 Apr 2006 09:03:32 +0000 (10:03 +0100)
committerMark 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

index c2a4fb5fa017c3f88ffa7d26f5f5e7f8796c62eb..65b5d617d5f3ab1d0cb962915a25865780dd211d 100644 (file)
@@ -3,5 +3,4 @@ (setf *print-case* :downcase)
 (setf *load-verbose* nil)
 (setf *compile-verbose* nil)
 #+cmu (setf *gc-verbose* nil)
-
-
+(pushnew :mdw *features*)