
* Another big chunk of v4-require-isms * Allow `#lang framework/keybinding-lang' for keybinding files * Move hierlist sources into "mrlib/hierlist", leave stub behind svn: r10689
7 lines
226 B
Scheme
7 lines
226 B
Scheme
;; This module provides R5RS Scheme, which is defined in "r5rs/main.ss".
|
|
;; This file is here only as a stub for backward compatibility; use one
|
|
;; r5rs
|
|
;; instead.
|
|
(module r5rs r5rs/main
|
|
(#%provide (all-from r5rs/main)))
|