projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff19d9a
)
gtk-screen/make.scm: Let higher power (caller) suppress load notes.
author
Matt Birkholz
<puck@birchwood-abbey.net>
Mon, 16 Jan 2017 17:59:44 +0000
(10:59 -0700)
committer
Matt Birkholz
<puck@birchwood-abbey.net>
Mon, 16 Jan 2017 17:59:44 +0000
(10:59 -0700)
src/gtk-screen/make.scm
patch
|
blob
|
history
diff --git
a/src/gtk-screen/make.scm
b/src/gtk-screen/make.scm
index b1fe419bf56c87136b66f4e26c9c1753d7b82e2f..84759dd4056c701ced305a429433d96a37db8241 100644
(file)
--- a/
src/gtk-screen/make.scm
+++ b/
src/gtk-screen/make.scm
@@
-2,10
+2,9
@@
Load the Gtk-Screen option. |#
-(parameterize ((param:suppress-loading-message? #t))
- (load-option 'Gtk)
- (load-option 'Edwin)
- (with-loader-base-uri (system-library-uri "gtk-screen/")
- (lambda ()
- (load-package-set "gtk-screen"))))
+(load-option 'Edwin)
+(load-option 'Gtk)
+(with-loader-base-uri (system-library-uri "gtk-screen/")
+ (lambda ()
+ (load-package-set "gtk-screen")))
(add-subsystem-identification! "Gtk-Screen" '(0 1))
\ No newline at end of file