forgot the none binding
svn: r14728 original commit: 82d12675539895d277473b065f6ccb324a2f9775
This commit is contained in:
parent
bc668b4652
commit
0cec1f3df9
|
@ -76,6 +76,9 @@ the state transitions / contracts are:
|
|||
;; this is used as a wrapped to deal with the problem that different procedures might be eq?.
|
||||
(define-struct pref-callback (cb))
|
||||
|
||||
;; used to detect missing hash entries
|
||||
(define none (gensym 'none))
|
||||
|
||||
;; get : symbol -> any
|
||||
;; return the current value of the preference `p'
|
||||
;; exported
|
||||
|
|
Loading…
Reference in New Issue
Block a user