.
original commit: 942432d33d6eb9434222e100ebefb13761290a4a
This commit is contained in:
parent
5341106a04
commit
7d23785574
|
@ -831,6 +831,7 @@
|
|||
(interface ()
|
||||
get-insertion-point
|
||||
get-unread-start-point
|
||||
set-unread-start-point
|
||||
has-between?
|
||||
submit-to-port?
|
||||
on-submit
|
||||
|
@ -887,6 +888,7 @@
|
|||
|
||||
(define/public (get-insertion-point) insertion-point)
|
||||
(define/public (get-unread-start-point) unread-start-point)
|
||||
(define/public (set-unread-start-point u) (set! unread-start-point u))
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;;
|
||||
|
|
Loading…
Reference in New Issue
Block a user