From bdb1a9712984ffaa23a477ac70a998cce1662a48 Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Sun, 30 Dec 2018 01:42:08 -0700 Subject: [PATCH] Reduce diffs with master. --- src/README.txt | 5 ++--- src/Tags.sh | 2 ++ tests/runtime/test-string-normalization.scm | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/README.txt b/src/README.txt index 2e14918a6..d41d3f22f 100644 --- a/src/README.txt +++ b/src/README.txt @@ -64,8 +64,7 @@ The compiler subsystem consists of these three directories: The editor subsystem consists of two directories: -* "edwin" contains our Emacs-like editor written in Scheme and using - several plugins, e.g. gdbm, blowfish and x11. +* "edwin" contains our Emacs-like editor written in Scheme. * "imail" contains an email-reading program for Edwin. @@ -80,7 +79,7 @@ There are a few C/Unix FFI plugins: package (runtime blowfish). * "mcrypt" wraps libmcrypt and provides replacements for the mcrypt-* - procedures in (runtime crypto). + procedures implemented in (runtime crypto). * "pgsql" wraps libpq and provides a drop-in replacement for the microcode module based package (runtime postgresql). diff --git a/src/Tags.sh b/src/Tags.sh index 44c5bdf2a..b8df303fc 100755 --- a/src/Tags.sh +++ b/src/Tags.sh @@ -29,8 +29,10 @@ set -e DEFAULT_SUBDIRS=( \ 6001 \ + blowfish \ compiler \ cref \ + edwin \ ffi \ gdbm \ imail \ diff --git a/tests/runtime/test-string-normalization.scm b/tests/runtime/test-string-normalization.scm index 27b4f8606..703eac76d 100644 --- a/tests/runtime/test-string-normalization.scm +++ b/tests/runtime/test-string-normalization.scm @@ -34,7 +34,7 @@ USA. (read-file (merge-pathnames "test-string-normalization-data" (directory-pathname (current-load-pathname)))))) - + (define (norm-tc-source tc) (car tc)) (define (norm-tc-nfc tc) (cadr tc)) (define (norm-tc-nfd tc) (caddr tc)) -- 2.25.1