From: Chris Hanson Date: Fri, 2 Nov 1990 03:09:52 +0000 (+0000) Subject: Use the `recenter' command rather than the procedure `window-redraw!'. X-Git-Tag: 20090517-FFI~11113 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=85d4fb5cfaa04bbc840c1eea9cb9a8cbaa6cfb74;p=mit-scheme.git Use the `recenter' command rather than the procedure `window-redraw!'. --- diff --git a/v7/src/edwin/kmacro.scm b/v7/src/edwin/kmacro.scm index a13dd52f9..dec8da957 100644 --- a/v7/src/edwin/kmacro.scm +++ b/v7/src/edwin/kmacro.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/kmacro.scm,v 1.31 1990/09/12 02:44:12 cph Exp $ +;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/kmacro.scm,v 1.32 1990/11/02 03:09:52 cph Rel $ ;;; ;;; Copyright (c) 1985, 1989, 1990 Massachusetts Institute of Technology ;;; @@ -278,7 +278,7 @@ Without argument, reads a character. Your options are: (with-keyboard-macro-disabled enter-recursive-edit) (loop)) ((test-for #\C-l) - (window-redraw! (current-window) false) + ((ref-command recenter) false) (loop)) (else (editor-beep)