aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2008-01-30 15:45:00 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2008-01-30 15:45:00 +0000
commitddfda254d0695ae7f188b6636b1e9ebd6757b84b (patch)
tree01b170fb68701b7c6a74ad83f696467057a965d7 /lib
parenta2a69188d41ad5f75bd393f7e861457c45316ac4 (diff)
Fix RCS tags
Diffstat (limited to 'lib')
-rw-r--r--lib/holes.el2
-rw-r--r--lib/local-vars-list.el3
-rw-r--r--lib/maths-menu.el1
-rw-r--r--lib/pg-dev.el1
-rw-r--r--lib/unicode-tokens.el3
5 files changed, 10 insertions, 0 deletions
diff --git a/lib/holes.el b/lib/holes.el
index 691b974c..87ef86dc 100644
--- a/lib/holes.el
+++ b/lib/holes.el
@@ -1,5 +1,7 @@
;;; holes.el --- a little piece of elisp to define holes in your buffer
+;;
;; Copyright (C) 2001 Pierre Courtieu
+;; $Id$
;;
;; This file uses spans, an interface for extent (XEmacs) and overlays
;; (emacs), by Healfdene Goguen for the proofgeneral mode.
diff --git a/lib/local-vars-list.el b/lib/local-vars-list.el
index 02327b7f..e6221e9a 100644
--- a/lib/local-vars-list.el
+++ b/lib/local-vars-list.el
@@ -1,7 +1,10 @@
;;; local-vars.el --- local variables list utilities
+;;
;; Copyright (C) 2006 Pierre Courtieu
;; Authors: Pierre Courtieu
;; Maintainer: Pierre Courtieu <Pierre.Courtieu@cnam.fr>
+;;
+;; $Id$
;; This software is free software; you can redistribute it and/or
;; modify it under the terms of the GNU General Public
diff --git a/lib/maths-menu.el b/lib/maths-menu.el
index ced0ccba..ab15439f 100644
--- a/lib/maths-menu.el
+++ b/lib/maths-menu.el
@@ -6,6 +6,7 @@
;; Keywords: convenience
;; Version for Proof General minimally modified by David Aspinall, 2007-8.
+;; $Id$
;; This file is free software; you can redistribute it and/or modify
diff --git a/lib/pg-dev.el b/lib/pg-dev.el
index 276a171a..692b4bef 100644
--- a/lib/pg-dev.el
+++ b/lib/pg-dev.el
@@ -4,6 +4,7 @@
;; Author: David Aspinall <David.Aspinall@ed.ac.uk> and others
;; License: GPL (GNU GENERAL PUBLIC LICENSE)
;;
+;; $Id$
;;
;;; Commentary:
;;
diff --git a/lib/unicode-tokens.el b/lib/unicode-tokens.el
index 6ebc8fd1..2f2059ae 100644
--- a/lib/unicode-tokens.el
+++ b/lib/unicode-tokens.el
@@ -2,6 +2,9 @@
;;
;; Copyright(C) 2008 David Aspinall / LFCS Edinburgh
;; Author: David Aspinall <David.Aspinall@ed.ac.uk>
+;; License: GPL (GNU GENERAL PUBLIC LICENSE)
+;;
+;; $Id$
;;
;; This is a partial replacement for X-Symbol for Proof General.
;; STATUS: experimental. Super/subscripts not yet supported.