mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
use protected hash
This commit is contained in:
parent
206a8859ea
commit
cbb34748bf
1 changed files with 1 additions and 1 deletions
|
|
@ -615,7 +615,7 @@ STORAGE-TYPE. (local = persistant or session)"))
|
|||
;; Implementation - clog popup windows
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
|
||||
(defparameter *clog-popup-sync-hash* (make-hash-table :test 'equalp)
|
||||
(defparameter *clog-popup-sync-hash* (make-hash-table* :test 'equalp)
|
||||
"Used for syncing clog popup window creation with the thread creating
|
||||
them.")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue