Export new bindings from keymap.scm
authorChris Hanson <org/chris-hanson/cph>
Wed, 23 Feb 2000 22:58:28 +0000 (22:58 +0000)
committerChris Hanson <org/chris-hanson/cph>
Wed, 23 Feb 2000 22:58:28 +0000 (22:58 +0000)
v7/src/edwin/edwin.pkg

index f3e1dddefae905cd7f5e94582a97615fe9b5bcf9..60f826d60cc0a9ae3dbca3b154f12101f6afaa78 100644 (file)
@@ -1,8 +1,8 @@
 #| -*-Scheme-*-
 
-$Id: edwin.pkg,v 1.241 1999/10/31 04:34:09 cph Exp $
+$Id: edwin.pkg,v 1.242 2000/02/23 22:58:28 cph Exp $
 
-Copyright (c) 1989-1999 Massachusetts Institute of Technology
+Copyright (c) 1989-2000 Massachusetts Institute of Technology
 
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
@@ -606,7 +606,12 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
 (define-package (edwin command-summary)
   (files "keymap")
-  (parent (edwin)))
+  (parent (edwin))
+  (export (edwin)
+         describe-bindings
+         edwin-command$describe-bindings
+         edwin-command$make-command-summary
+         make-command-summary))
 
 (define-package (edwin inferior-repl)
   (files "intmod")