From: Chris Hanson Date: Tue, 10 Aug 1993 05:32:28 +0000 (+0000) Subject: Fix pagination. X-Git-Tag: 20090517-FFI~8105 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=f57d01a89a2e853037aaf211d4217590d74254e6;p=mit-scheme.git Fix pagination. --- diff --git a/v7/src/edwin/basic.scm b/v7/src/edwin/basic.scm index 9c59eaf3b..5e0c10ebe 100644 --- a/v7/src/edwin/basic.scm +++ b/v7/src/edwin/basic.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: basic.scm,v 1.129 1993/02/25 08:35:52 gjr Exp $ +;;; $Id: basic.scm,v 1.130 1993/08/10 05:32:28 cph Exp $ ;;; ;;; Copyright (c) 1986, 1989-1993 Massachusetts Institute of Technology ;;; @@ -187,7 +187,7 @@ Turns a following A (or C-A) into a Control-Meta-A." (if execute-extended-keys? (dispatch-on-key (current-comtabs) key) key))) - + (define-command prefix-key "This is a prefix for more commands. It reads another character (a subcommand) and dispatches on it."