set svn:eol-style and newlines at eofs

svn: r11525
This commit is contained in:
Eli Barzilay 2008-09-02 15:38:20 +00:00
parent be989d5cc5
commit 0453be932b
3 changed files with 4 additions and 4 deletions

View File

@ -16,4 +16,4 @@
(min-width (send bm get-width))
(min-height (send bm get-height)))
(super-new (stretchable-width #f)
(stretchable-height #f))))
(stretchable-height #f))))

View File

@ -97,7 +97,7 @@
(define-type-alias Bitmap-Message% (Class ()
([parent Any])
([set-bm ((Instance Bitmap%) -> Void)])))
(require/typed "bitmap-message.ss"
[bitmap-message% Bitmap-Message%])
[bitmap-message% Bitmap-Message%])

View File

@ -13,4 +13,4 @@
(syntax-case stx (quote)
[(_ (quote sym))
(with-syntax ([nm (datum->syntax stx (string->symbol (string-append "preferences:get" "-" (symbol->string (syntax-e #'sym)))))])
(syntax/loc stx (nm)))]))
(syntax/loc stx (nm)))]))