summaryrefslogtreecommitdiffstats
path: root/srfi-228.html
diff options
context:
space:
mode:
authorGravatar Daphne Preston-Kendal 2021-12-29 19:25:40 +0100
committerGravatar Daphne Preston-Kendal 2021-12-29 19:25:40 +0100
commit2fb6d54d4a57509ef83748f187246b2286148535 (patch)
treeee81599db05697726b1f94d7344ac0338f733407 /srfi-228.html
parentIssue: type-test argument to make-product-comparator may be unneeded (diff)
Prevent psgml-indent from adding a extra level in <body>
Diffstat (limited to 'srfi-228.html')
-rw-r--r--srfi-228.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/srfi-228.html b/srfi-228.html
index 6386904..0574d41 100644
--- a/srfi-228.html
+++ b/srfi-228.html
@@ -114,4 +114,7 @@
SOFTWARE.</p>
<hr>
-<address>Editor: <a href="mailto:srfi-editors+at+srfi+dot+schemers+dot+org">Arthur A. Gleckler</a></address></body></html> \ No newline at end of file
+<address>Editor: <a href="mailto:srfi-editors+at+srfi+dot+schemers+dot+org">Arthur A. Gleckler</a></address></body></html>
+<!-- Local Variables: -->
+<!-- eval: (add-to-list 'sgml-element-indent-alist '("body" . 0)) -->
+<!-- End: -->
r "#" an errorGravatar Peter McGoron 1-4/+4 2024-09-27read: character constantsGravatar Peter McGoron 1-5/+52 2024-09-27read: bytevectorsGravatar Peter McGoron 1-1/+11 2024-09-27read: hash constants and directivesGravatar Peter McGoron 2-13/+38 2024-09-27read: properly restore state when reading datum commentsGravatar Peter McGoron 1-8/+20 2024-09-27read: document datum labelGravatar Peter McGoron 1-0/+8 2024-09-27read: change datum label to object, that returns an encapsulated datum labelGravatar Peter McGoron 1-33/+47 2024-09-27read: add object encapsulating identifierGravatar Peter McGoron 3-24/+49 2024-09-27Revert "add object helper functions"Gravatar Peter McGoron 3-159/+129 This reverts commit 0d5f4545d0d3db7c9ec63cac005bb71b85fe6b23. 2024-09-27Revert "object: change to a stateful table"Gravatar Peter McGoron 4-95/+42 This reverts commit 3c34c4a5a7253df4417420bf276a78f8e9e1969b. 2024-09-27Revert "object: rename"Gravatar Peter McGoron 3-12/+8 This makes things much slower for questionable benefit. A better version might use a hash table. A better interpreter would use some form of partial evaluation to optimize the EQ? chain. This reverts commit 4acea69841ad62ec5d46eb565bbb5d98f84b3d38. 2024-09-26object: renameGravatar Peter McGoron 3-8/+12 2024-09-26object: change to a stateful tableGravatar Peter McGoron 4-42/+95 2024-09-24add object helper functionsGravatar Peter McGoron 3-129/+159 2024-09-22miniscm: string->symbol and symbol->stringGravatar Peter McGoron 1-1/+17