Add new sorting package.
authorArthur Gleckler <edu/mit/csail/zurich/arthur>
Sun, 1 Nov 1992 07:13:12 +0000 (07:13 +0000)
committerArthur Gleckler <edu/mit/csail/zurich/arthur>
Sun, 1 Nov 1992 07:13:12 +0000 (07:13 +0000)
v7/src/edwin/decls.scm
v7/src/edwin/ed-ffi.scm
v7/src/edwin/edwin.pkg

index 1104ef1e861f796338a0184c43c611f2075fabe6..96ba6308e3f4c5ac3df32ac6e6db3bba91e7c37d 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: decls.scm,v 1.41 1992/10/20 20:02:54 jinx Exp $
+$Id: decls.scm,v 1.42 1992/11/01 07:13:12 arthur Exp $
 
 Copyright (c) 1989-1992 Massachusetts Institute of Technology
 
@@ -187,6 +187,7 @@ MIT in each case. |#
                "sercom"
                "shell"
                "simple"
+               "sort"
                "syntax"
                "tagutl"
                "techinfo"
index 65f2342cb4da14abe6528cbf46c1829997615505..5a576338e6e33ee94dbc86b01828f6abd36bfcb5 100644 (file)
               edwin-syntax-table)
     ("simple"  (edwin)
               syntax-table/system-internal)
+    ("sort"    (edwin)
+              edwin-syntax-table)
     ("strpad"  (edwin)
               syntax-table/system-internal)
     ("strtab"  (edwin)
index 3c641e1589b40097401269544ac3abe7dd3ed064..c02018271541ff457f52bd71c0038b7fdbb98f8b 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Id: edwin.pkg,v 1.101 1992/10/20 20:02:13 jinx Exp $
+$Id: edwin.pkg,v 1.102 1992/11/01 07:12:57 arthur Exp $
 
 Copyright (c) 1989-1992 Massachusetts Institute of Technology
 
@@ -100,6 +100,7 @@ MIT in each case. |#
         "tximod"
         "notify"                       ; mode line notifications
         "outline"                      ; outline minor mode
+        "sort"
 
         ;; These are only available under Unix/X