From 1aeac9921f00a5cab635df56ad6e332148dd2c01 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Thu, 9 Mar 2006 18:48:59 +0000 Subject: [PATCH] Add mode-specific keybindings to mode help. --- v7/src/edwin/intmod.scm | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/v7/src/edwin/intmod.scm b/v7/src/edwin/intmod.scm index a0b788d35..3183c5185 100644 --- a/v7/src/edwin/intmod.scm +++ b/v7/src/edwin/intmod.scm @@ -1,9 +1,10 @@ #| -*-Scheme-*- -$Id: intmod.scm,v 1.121 2005/04/01 05:07:13 cph Exp $ +$Id: intmod.scm,v 1.122 2006/03/09 18:48:59 cph Exp $ Copyright 1986,1989,1991,1992,1993,1999 Massachusetts Institute of Technology Copyright 2000,2001,2002,2003,2004,2005 Massachusetts Institute of Technology +Copyright 2006 Massachusetts Institute of Technology This file is part of MIT/GNU Scheme. @@ -443,7 +444,9 @@ The REPL may be controlled by the following commands: \\[inferior-cmdl-abort-top-level] aborts evaluation, returns to top level. \\[inferior-cmdl-abort-nearest] aborts evaluation, returns to current level. \\[inferior-cmdl-abort-previous] aborts evaluation, goes up one level. -\\[inferior-cmdl-breakpoint] interrupts evaluation, enters a breakpoint." +\\[inferior-cmdl-breakpoint] interrupts evaluation, enters a breakpoint. + +\\{inferior-repl}" (lambda (buffer) (event-distributor/invoke! (ref-variable inferior-repl-mode-hook buffer) buffer))) -- 2.25.1