From 6c416031f57a68d231759366c72829827420f866 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Fri, 17 Sep 1993 03:49:13 +0000 Subject: [PATCH] Fix old typo. --- v7/src/edwin/cinden.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/v7/src/edwin/cinden.scm b/v7/src/edwin/cinden.scm index df7004078..57e295389 100644 --- a/v7/src/edwin/cinden.scm +++ b/v7/src/edwin/cinden.scm @@ -1,8 +1,8 @@ ;;; -*-Scheme-*- ;;; -;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/cinden.scm,v 1.8 1992/01/10 21:16:53 cph Exp $ +;;; $Id: cinden.scm,v 1.9 1993/09/17 03:49:13 cph Exp $ ;;; -;;; Copyright (c) 1986, 1989-92 Massachusetts Institute of Technology +;;; Copyright (c) 1986, 1989-93 Massachusetts Institute of Technology ;;; ;;; This material was developed by the Scheme project at the ;;; Massachusetts Institute of Technology, Department of @@ -173,7 +173,7 @@ This is in addition to c-continued-statement-offset." (basic-indent (let ((m (and mark - (re-search-backward "^[ \t\n\f#]" + (re-search-backward "^[^ \t\n\f#]" mark (group-start indent-point) false)))) -- 2.25.1