summaryrefslogtreecommitdiff
path: root/lib-src/cl-user.lisp
blob: d9a6b74d583b789305c8978c69ad3d312231142b (plain)
1
2
3
4
5
6
;;; cl-user.lisp --- Personal utilities  -*- mode: lisp -*-
;;; Should be loadable in a variety of implementations.

(in-package :cl-user)
(named-readtables:in-readtable :cl-user)
(set-dispatch-macro-character #\# #\? #'cl-interpol:interpol-reader)