From: Chris Hanson Date: Wed, 23 Feb 2000 22:58:28 +0000 (+0000) Subject: Export new bindings from keymap.scm X-Git-Tag: 20090517-FFI~4247 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=67ca7d6749d160fd130fedbbf1f77be752b5675c;p=mit-scheme.git Export new bindings from keymap.scm --- diff --git a/v7/src/edwin/edwin.pkg b/v7/src/edwin/edwin.pkg index f3e1dddef..60f826d60 100644 --- a/v7/src/edwin/edwin.pkg +++ b/v7/src/edwin/edwin.pkg @@ -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")