aboutsummaryrefslogtreecommitdiff
path: root/generic/proof-syntax.el
diff options
context:
space:
mode:
authorDavid Aspinall1998-09-08 17:26:51 +0000
committerDavid Aspinall1998-09-08 17:26:51 +0000
commita6e40b12fc2d40964fc6b23b09f5cefff933b13b (patch)
treef65c441ae9f4c2ad4170aeebb498cc874caddded /generic/proof-syntax.el
parent01b24f76cf629521a0298d11d1035cfbfb4e8586 (diff)
Added Id and comments
Diffstat (limited to 'generic/proof-syntax.el')
-rw-r--r--generic/proof-syntax.el7
1 files changed, 7 insertions, 0 deletions
diff --git a/generic/proof-syntax.el b/generic/proof-syntax.el
index 5caa8fe3..1d454523 100644
--- a/generic/proof-syntax.el
+++ b/generic/proof-syntax.el
@@ -2,6 +2,9 @@
;; Copyright (C) 1997-1998 LFCS Edinburgh.
;; Author: Healfdene Goguen, Thomas Kleymann and Dilip Sequiera
;; Maintainer: LEGO Team <lego@dcs.ed.ac.uk>
+;;
+;; $Id$
+;;
(require 'font-lock)
@@ -34,6 +37,9 @@
;; font lock faces: declarations, errors, tacticals ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+;; FIXME 1: these names are bad, should be proof-<blah>-face.
+;; FIXME 2: use defface here
+
(defun proof-have-color ()
())
@@ -71,6 +77,7 @@
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; A big hack to unfontify commas in declarations and definitions. ;;
+;; Useful for provers which have declarations of the form x,y,z:Ty ;;
;; All that can be said for it is that the previous way of doing ;;
;; this was even more bogus. ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;