;;; -*-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
;;; -*-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