removed accidental line from last commit...
svn: r10166
This commit is contained in:
parent
75d2ba2372
commit
7f4d25cd35
|
@ -606,8 +606,7 @@
|
|||
(port-display-handler (current-output-port) display-object)
|
||||
(port-display-handler (current-error-port) display-object)
|
||||
(port-write-handler (current-output-port) write-object)
|
||||
(port-write-handler (current-error-port) write-object)
|
||||
(current-print write-object))
|
||||
(port-write-handler (current-error-port) write-object))
|
||||
|
||||
;;; ---------------------------------------------------------------------------
|
||||
;;>>... Simple matching
|
||||
|
|
|
@ -103,6 +103,7 @@
|
|||
[(none) 0]
|
||||
[(debug) 1]
|
||||
[(debug/profile) 2]))])))
|
||||
#;#;
|
||||
(define last-port #f)
|
||||
(define/override (render-value/format value settings port width)
|
||||
(unless (eq? port last-port)
|
||||
|
|
Loading…
Reference in New Issue
Block a user