From: Chris Hanson Date: Sat, 8 Mar 1997 00:16:14 +0000 (+0000) Subject: Remove evaluation information that is no longer accurate. X-Git-Tag: 20090517-FFI~5240 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=52217c1091b1c7a47bf9b72e2c721d2fdce40860;p=mit-scheme.git Remove evaluation information that is no longer accurate. --- diff --git a/v7/src/edwin/comatch.scm b/v7/src/edwin/comatch.scm index 7f4cca7a0..b95534e77 100644 --- a/v7/src/edwin/comatch.scm +++ b/v7/src/edwin/comatch.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: comatch.scm,v 1.1 1997/03/07 23:31:09 cph Exp $ +;;; $Id: comatch.scm,v 1.2 1997/03/08 00:16:10 cph Exp $ ;;; ;;; Copyright (c) 1997 Massachusetts Institute of Technology ;;; @@ -158,9 +158,4 @@ (comatch:general (lambda (start end) (and (comatch-apply c1 start end) - (comatch-apply c2 start end))))))) - -;;; Edwin Variables: -;;; scheme-environment: '(edwin) -;;; scheme-syntax-table: edwin-syntax-table -;;; End: + (comatch-apply c2 start end))))))) \ No newline at end of file diff --git a/v7/src/edwin/vhdl.scm b/v7/src/edwin/vhdl.scm index 9f3c26d91..25c0be005 100644 --- a/v7/src/edwin/vhdl.scm +++ b/v7/src/edwin/vhdl.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: vhdl.scm,v 1.1 1997/03/07 23:31:22 cph Exp $ +;;; $Id: vhdl.scm,v 1.2 1997/03/08 00:16:14 cph Exp $ ;;; ;;; Copyright (c) 1997 Massachusetts Institute of Technology ;;; @@ -380,9 +380,4 @@ 'INDENT-CONTINUED-COMMENT (lambda (mark) - (mark-column (or (vhdl-comment-match-start mark) mark))))) - -;;; Edwin Variables: -;;; scheme-environment: '(edwin) -;;; scheme-syntax-table: edwin-syntax-table -;;; End: + (mark-column (or (vhdl-comment-match-start mark) mark))))) \ No newline at end of file