From 38d706c7ef747d457889eefb27175db58e8ab3d1 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Fri, 12 Apr 1991 23:20:06 +0000 Subject: [PATCH] Fix missing argument in `reindent-then-newline-and-indent'. --- v7/src/edwin/lincom.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/edwin/lincom.scm b/v7/src/edwin/lincom.scm index c8601dd03..47f655d5a 100644 --- a/v7/src/edwin/lincom.scm +++ b/v7/src/edwin/lincom.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/lincom.scm,v 1.106 1991/03/22 00:32:14 cph Exp $ +;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/lincom.scm,v 1.107 1991/04/12 23:20:06 cph Exp $ ;;; ;;; Copyright (c) 1986, 1989-91 Massachusetts Institute of Technology ;;; @@ -222,7 +222,7 @@ and indent the new line indent according to mode." (lambda () (delete-horizontal-space) ((ref-command indent-according-to-mode)) - ((ref-command newline)) + ((ref-command newline) false) ((ref-command indent-according-to-mode)))) (define-command newline -- 2.25.1