From 5f2e909816303f19e26b074e27ee2a2bd5bc11f8 Mon Sep 17 00:00:00 2001 From: Thomas Kleymann Date: Fri, 6 Nov 1998 16:18:57 +0000 Subject: new maintainer for LEGO Proof General --- lego/example.l | 5 +++-- lego/lego-syntax.el | 4 ++-- lego/lego.el | 4 +--- 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 -;; Please let us know if you could maintain this package! +;; Maintainer: Paul Callaghan + ;; ;; $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 -;; Please let us know if you could maintain this package! - +;; Maintainer: Paul Callaghan ;; ;; $Id$ -- cgit v1.2.3