fix tab-paste bug and missing default for read-editor-version
svn: r14493 original commit: 767d5dde3322ba1eec08654d59521ed1aab68976
This commit is contained in:
parent
6bfcb41c5e
commit
1c458d4d32
|
@ -1729,7 +1729,7 @@
|
|||
v)))])
|
||||
(equal? s MRED-READER+START-STR))))))
|
||||
|
||||
(define (read-editor-version mf b parse-format? show-errors?)
|
||||
(define (read-editor-version mf b parse-format? [show-errors? #t])
|
||||
(and
|
||||
(or
|
||||
(not parse-format?)
|
||||
|
|
|
@ -28,7 +28,8 @@
|
|||
|
||||
;; snip-class%
|
||||
(define-local-member-name
|
||||
get-s-required?)
|
||||
get-s-required?
|
||||
s-read)
|
||||
|
||||
;; editor-data%
|
||||
(define-local-member-name
|
||||
|
|
Loading…
Reference in New Issue
Block a user