mirror of
https://github.com/rabbibotton/clog.git
synced 2026-02-25 17:40:49 -08:00
fix inspector text
This commit is contained in:
parent
ab9a8f3024
commit
0fcb35bdc3
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
(in-package :clog-tools)
|
||||
|
||||
(defparameter *inspectors*
|
||||
`((:name "Set object to clog-user:*probed*"
|
||||
`((:name "Set object to clog-user:*probe*"
|
||||
:func ,(lambda (symbol title value clog-obj)
|
||||
(declare (ignore title value clog-obj))
|
||||
(setf clog-user:*probe* symbol)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue