chiark / gitweb /
dot/lisp-init.lisp: Partially mitigate CMU CL's daft EOF behaviour.
[profile] / dot / lisp-init.lisp
index ba26d224cc2db430be622d14945cd9c7cdd0a2aa..3cdcd5e73fdedb7b4897966afcb2ed28cc056d09 100644 (file)
@@ -16,6 +16,10 @@ (setf ext:*gc-verbose* nil
 ;; Obtain ASDF from somewhere.
 (require "asdf")
 
+;; Get CMU CL to quit on EOF.
+#+cmu
+(setf ext:*batch-mode* t)
+
 ;; Tell SBCL where to find its source source.
 #+sbcl
 (sb-ext:set-sbcl-source-location #p"/usr/share/sbcl-source/")