aboutsummaryrefslogtreecommitdiffhomepage
path: root/lego
diff options
context:
space:
mode:
authorGravatar Thomas Kleymann <da+pg-tms@inf.ed.ac.uk>1998-11-06 16:18:57 +0000
committerGravatar Thomas Kleymann <da+pg-tms@inf.ed.ac.uk>1998-11-06 16:18:57 +0000
commit5f2e909816303f19e26b074e27ee2a2bd5bc11f8 (patch)
treece813bdca7110b786c3517879105d1c7caa15a26 /lego
parent612d4dc6a021662d85d5a0ced9b17d1cb0c8cd2d (diff)
new maintainer for LEGO Proof General
Diffstat (limited to 'lego')
-rw-r--r--lego/example.l5
-rw-r--r--lego/lego-syntax.el4
-rw-r--r--lego/lego.el4
3 files changed, 6 insertions, 7 deletions
diff --git a/lego/example.l b/lego/example.l
index b7a952d1..a15ea588 100644
--- a/lego/example.l
+++ b/lego/example.l
@@ -1,7 +1,8 @@
Module Walkthrough Import lib_logic;
+
Goal and_commutes: {A,B:Prop}(and A B) -> (and B A);
-intros;andI;
-Refine H;intros;Immed;Refine H;intros; Immed;
+intros; andI;
+Refine H; intros; Immed; Refine H; intros; Immed;
Save and_commutes;
diff --git a/lego/lego-syntax.el b/lego/lego-syntax.el
index 64399546..a49ee574 100644
--- a/lego/lego-syntax.el
+++ b/lego/lego-syntax.el
@@ -1,8 +1,8 @@
;; lego-syntax.el Syntax of LEGO
;; Copyright (C) 1994 - 1998 LFCS Edinburgh.
;; Author: Thomas Kleymann and Dilip Sequeira
-;; Maintainer: LEGO Team <lego@dcs.ed.ac.uk>
-;; Please let us know if you could maintain this package!
+;; Maintainer: Paul Callaghan <P.C.Callaghan@durham.ac.uk>
+
;;
;; $Id$
;;
diff --git a/lego/lego.el b/lego/lego.el
index 04f02224..8fd09c64 100644
--- a/lego/lego.el
+++ b/lego/lego.el
@@ -1,9 +1,7 @@
;; lego.el Major mode for LEGO proof assistants
;; Copyright (C) 1994 - 1998 LFCS Edinburgh.
;; Author: Thomas Kleymann and Dilip Sequeira
-;; Maintainer: LEGO Team <lego@dcs.ed.ac.uk>
-;; Please let us know if you could maintain this package!
-
+;; Maintainer: Paul Callaghan <P.C.Callaghan@durham.ac.uk>
;;
;; $Id$