From: Chris Hanson Date: Tue, 11 Apr 2000 04:01:05 +0000 (+0000) Subject: Add "crypto.scm" to the list of known files. X-Git-Tag: 20090517-FFI~4057 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=7f53e1a7ee1ef18b6ed92b0ec974ede24e241c28;p=mit-scheme.git Add "crypto.scm" to the list of known files. --- diff --git a/v7/src/runtime/ed-ffi.scm b/v7/src/runtime/ed-ffi.scm index 6da458124..2cbd95c9e 100644 --- a/v7/src/runtime/ed-ffi.scm +++ b/v7/src/runtime/ed-ffi.scm @@ -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)