From f57d01a89a2e853037aaf211d4217590d74254e6 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Tue, 10 Aug 1993 05:32:28 +0000 Subject: [PATCH] Fix pagination. --- v7/src/edwin/basic.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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." -- 2.25.1