Remove evaluation information that is no longer accurate.
authorChris Hanson <org/chris-hanson/cph>
Sat, 8 Mar 1997 00:16:14 +0000 (00:16 +0000)
committerChris Hanson <org/chris-hanson/cph>
Sat, 8 Mar 1997 00:16:14 +0000 (00:16 +0000)
v7/src/edwin/comatch.scm
v7/src/edwin/vhdl.scm

index 7f4cca7a0866a3134b327e9c390894308e704974..b95534e77fa4e0c318d9ecb8cdb9c9214ea4bf84 100644 (file)
@@ -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
 ;;;
       (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
index 9f3c26d910c7590b80531f83c3755680bc0b46e8..25c0be005bb245f11474376b1c24edd4afea0d98 100644 (file)
@@ -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
 ;;;
    
    '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