X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/blobdiff_plain/fb65858f2fe12fd7d0e128e317d261d6fd9e5368..0712ae953c9acc1280d4d73cb8d119b230a68c95:/dot/lisp-init.lisp diff --git a/dot/lisp-init.lisp b/dot/lisp-init.lisp index 6df03e8..2d8bb9e 100644 --- a/dot/lisp-init.lisp +++ b/dot/lisp-init.lisp @@ -87,7 +87,10 @@ (defvar *history-size* 1000) (push (lambda () (readline:write-history *history-file*)) custom:*fini-hooks*)) -;; Shebang. +;; Don't choke on shebang lines. This isn't here so that we can run Lisp +;; scripts like proper Unix programs: `cl-launch' or `runlisp' do that. It's +;; here so that we can `load' a script into a running Lisp without it choking +;; on the shebang. (set-dispatch-macro-character #\# #\! (lambda (stream char arg)