projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d749333
)
Add unicode support.
author
Chris Hanson
<org/chris-hanson/cph>
Wed, 11 Jul 2001 22:09:50 +0000
(22:09 +0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Wed, 11 Jul 2001 22:09:50 +0000
(22:09 +0000)
v7/src/star-parser/ed-ffi.scm
patch
|
blob
|
history
diff --git
a/v7/src/star-parser/ed-ffi.scm
b/v7/src/star-parser/ed-ffi.scm
index 13e87cf4b5221cd2e3aa268b3a6ff56e3628145d..2f32e69043793c20fd49564b86c9cda4349f002f 100644
(file)
--- a/
v7/src/star-parser/ed-ffi.scm
+++ b/
v7/src/star-parser/ed-ffi.scm
@@
-1,6
+1,6
@@
;;; -*-Scheme-*-
;;;
-;;; $Id: ed-ffi.scm,v 1.
2 2001/06/29 05:23:24
cph Exp $
+;;; $Id: ed-ffi.scm,v 1.
3 2001/07/11 22:09:50
cph Exp $
;;;
;;; Copyright (c) 2001 Massachusetts Institute of Technology
;;;
@@
-31,4
+31,6
@@
("shared" (runtime *parser)
system-global-syntax-table)
("synchk" (runtime *parser)
+ system-global-syntax-table)
+ ("unicode" (runtime unicode)
system-global-syntax-table)))
\ No newline at end of file