From 20b647c990db1f53ab1b92d14a192224917c0bf3 Mon Sep 17 00:00:00 2001 From: Healfdene Goguen Date: Tue, 2 Jun 1998 15:33:16 +0000 Subject: Minor modifications to comments --- coq-fontlock.el | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/coq-fontlock.el b/coq-fontlock.el index 72b92871..eea19e25 100644 --- a/coq-fontlock.el +++ b/coq-fontlock.el @@ -1,9 +1,12 @@ ;; coq-fontlock.el Font lock expressions for Coq -;; Copyright (C) 1997 LFCS Edinburgh. +;; Copyright (C) 1997, 1998 LFCS Edinburgh. ;; Author: Thomas Kleymann and Healfdene Goguen ;; Maintainer: LEGO Team ;; $Log$ +;; Revision 1.11 1998/06/02 15:33:16 hhg +;; Minor modifications to comments +;; ;; Revision 1.10 1998/05/15 16:13:23 hhg ;; Added CoFixpoint and tactics. ;; Changed indentation. @@ -187,18 +190,15 @@ "Try" )) -;; ----- regular expressions for font-lock -;; *** To update +;; ----- regular expressions (defvar coq-error-regexp "^\\(Error\\|Discarding\\|Syntax error\\|System Error\\)" - "A regular expression indicating that the Coq process has - identified an error.") + "A regular expression indicating that the Coq process has identified + an error.") (defvar coq-id proof-id) -;; *** To check: whether separator is just , (defvar coq-ids (proof-ids coq-id)) -;; *** To update: from here down! (defun coq-abstr-regexp (paren char) (concat paren "\\s *\\(" coq-ids "\\)\\s *" char)) -- cgit v1.2.3