A long overdue scan to eliminate files without terminating newlines.
(DrRacket should really do that.) original commit: 40124a0619da5e187d95aeb1dde237f05d6f9c6b
This commit is contained in:
parent
b60716e547
commit
ef528b7fc5
|
@ -523,4 +523,3 @@
|
|||
(set-flags (cons 'handles-events (get-flags)))
|
||||
(set-snipclass number-snipclass)
|
||||
(iterate 1))) ;; calc first digits
|
||||
|
|
@ -46,4 +46,3 @@
|
|||
(begin
|
||||
(retain f)
|
||||
f)))))))))
|
||||
|
|
@ -56,4 +56,4 @@
|
|||
(define/override (get-client-delta)
|
||||
(values client-x client-y))
|
||||
|
||||
(super-new)))
|
||||
(super-new)))
|
||||
|
|
|
@ -39,5 +39,3 @@
|
|||
(arithmetic-shift (GdkColor-red c) -8)
|
||||
(arithmetic-shift (GdkColor-green c) -8)
|
||||
(arithmetic-shift (GdkColor-blue c) -8))))))
|
||||
|
||||
|
|
@ -162,4 +162,4 @@
|
|||
(define/public (set-selection i)
|
||||
(gtk_notebook_set_current_page gtk i))
|
||||
(define/public (get-selection)
|
||||
(gtk_notebook_get_current_page gtk))))
|
||||
(gtk_notebook_get_current_page gtk))))
|
||||
|
|
|
@ -84,4 +84,3 @@
|
|||
'failed
|
||||
'passed)
|
||||
'passed))))))
|
||||
|
Loading…
Reference in New Issue
Block a user