From 67ca7d6749d160fd130fedbbf1f77be752b5675c Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Wed, 23 Feb 2000 22:58:28 +0000 Subject: [PATCH] Export new bindings from keymap.scm --- v7/src/edwin/edwin.pkg | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) 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") -- 2.25.1