mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
Change file types to text+k.
Copied from Perforce Change: 192578 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
9a2d4390b5
commit
a53d45c5c7
7 changed files with 7 additions and 2 deletions
|
|
@ -1,4 +1,5 @@
|
|||
;;; r4rs.scm -- essential procedures from R4RS
|
||||
;;; $Id$
|
||||
|
||||
;; (caar pair)
|
||||
;; (cadr pair)
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
;;; test-common.scm -- common definitions for the Scheme tests
|
||||
;;; $Id$
|
||||
|
||||
(load "r4rs.scm")
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
;;; test-leaf.scm -- test leaf objects
|
||||
;;;
|
||||
;;; $Id$
|
||||
;;; This test case creates many leaf objects (strings and integers).
|
||||
|
||||
(load "test-common.scm")
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
;;; test-mps.scm -- tests for the MPS toy Scheme interpreter
|
||||
;;; $Id$
|
||||
|
||||
(load "test-common.scm")
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
;;; test-r5rs.scm -- tests from R5RS
|
||||
;;; $Id$
|
||||
;;;
|
||||
;;; This file contains test code derived directly from R5RS. It
|
||||
;;; ensures that all the functions correctly evaluate the examples in
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
;;; test-weak.scm -- weak hashtable tests for the MPS toy Scheme interpreter
|
||||
;;; $Id$
|
||||
|
||||
(load "test-common.scm")
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
# Makefile for Sphinx documentation
|
||||
#
|
||||
# $Id$
|
||||
|
||||
# You can set these variables from the command line.
|
||||
SPHINXOPTS =
|
||||
|
|
|
|||
Loading…
Reference in a new issue