From: Chris Hanson Date: Fri, 12 Apr 1991 23:20:06 +0000 (+0000) Subject: Fix missing argument in `reindent-then-newline-and-indent'. X-Git-Tag: 20090517-FFI~10756 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=38d706c7ef747d457889eefb27175db58e8ab3d1;p=mit-scheme.git Fix missing argument in `reindent-then-newline-and-indent'. --- 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