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:
47f56ea
)
dot/lisp-init.lisp: Avoid interning symbols.
author
Mark Wooding
<mdw@distorted.org.uk>
Sun, 30 Aug 2015 09:58:38 +0000
(10:58 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sat, 12 Sep 2015 17:16:23 +0000
(18:16 +0100)
dot/lisp-init.lisp
patch
|
blob
|
blame
|
history
diff --git
a/dot/lisp-init.lisp
b/dot/lisp-init.lisp
index c77e49444a365a4dff28e272877e0e386b57b8ed..7b8949e2e6b87e67826ac63738189c12c571bd27 100644
(file)
--- a/
dot/lisp-init.lisp
+++ b/
dot/lisp-init.lisp
@@
-26,9
+26,9
@@
(setf *compile-verbose* nil)
;; Shebang.
(set-dispatch-macro-character
#\# #\!
;; Shebang.
(set-dispatch-macro-character
#\# #\!
- (lambda (
stream char arg
)
- (declare (ignore
char arg
))
- (values (read-line
stream
))))
+ (lambda (
#1=#:stream . #2=(#:char #:arg)
)
+ (declare (ignore
. #2#
))
+ (values (read-line
#1#
))))
;; Start up swank.
(defun mdw-hacks:crank-swank (&rest #1=#:args)
;; Start up swank.
(defun mdw-hacks:crank-swank (&rest #1=#:args)