Add "crypto.scm" to the list of known files.
authorChris Hanson <org/chris-hanson/cph>
Tue, 11 Apr 2000 04:01:05 +0000 (04:01 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 11 Apr 2000 04:01:05 +0000 (04:01 +0000)
v7/src/runtime/ed-ffi.scm

index 6da45812484e50d8b528208f185966a0d09379e3..2cbd95c9e6ab4ac633acc2e6c0fe34c0c3112691 100644 (file)
@@ -1,6 +1,6 @@
 #| -*- Scheme -*-
 
-$Id: ed-ffi.scm,v 1.22 2000/04/10 19:09:18 cph Exp $
+$Id: ed-ffi.scm,v 1.23 2000/04/11 04:01:05 cph Exp $
 
 Copyright (c) 1988-2000 Massachusetts Institute of Technology
 
@@ -57,6 +57,8 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
                syntax-table/system-internal)
     ("cpress"  (runtime compress)
                syntax-table/system-internal)
+    ("crypto"  (runtime crypto)
+               syntax-table/system-internal)
     ("datime"  (runtime date/time)
                syntax-table/system-internal)
     ("dbgcmd"  (runtime debugger-command-loop)