summaryrefslogtreecommitdiff
path: root/oldXMenu
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>2004-04-10 05:55:49 +0000
committerMiles Bader <miles@gnu.org>2004-04-10 05:55:49 +0000
commit1f3ddf11e81c4c707fe2f231d05012185b842403 (patch)
treeadac996fb52c2cb641f3938e4372dbdbd995cc2f /oldXMenu
parent28082746298b033e823123e2252a8c73e9ca43c0 (diff)
downloademacs-1f3ddf11e81c4c707fe2f231d05012185b842403.tar.gz
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-196
Remove RCS keywords 2004-04-10 Miles Bader <miles@gnu.org> RCS keyword removal (only non-comment changes are enumerated here): * lisp/emacs-lisp/bytecomp.el (byte-compile-version): Variable removed. (byte-compile-insert-header): Don't use `byte-compile-version'. * lisp/url/url-vars.el (url-version): Use the constant string "Emacs" instead of calculating something from the RCS `State' keyword [the latter is almost entirely useless anyway]. * lisp/forms.el (forms-version): Variable removed. (forms-mode): Don't use `forms-version'. * lisp/recentf.el (recentf-version): Variable removed. * lisp/progmodes/delphi.el (delphi-version): Variable removed. * lisp/progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
Diffstat (limited to 'oldXMenu')
-rw-r--r--oldXMenu/Activate.c1
-rw-r--r--oldXMenu/AddPane.c1
-rw-r--r--oldXMenu/AddSel.c1
-rw-r--r--oldXMenu/ChgPane.c1
-rw-r--r--oldXMenu/ChgSel.c1
-rw-r--r--oldXMenu/Create.c1
-rw-r--r--oldXMenu/DelPane.c1
-rw-r--r--oldXMenu/DelSel.c1
-rw-r--r--oldXMenu/Destroy.c1
-rw-r--r--oldXMenu/Error.c1
-rw-r--r--oldXMenu/EvHand.c1
-rw-r--r--oldXMenu/FindPane.c1
-rw-r--r--oldXMenu/FindSel.c1
-rw-r--r--oldXMenu/InsPane.c1
-rw-r--r--oldXMenu/InsSel.c1
-rw-r--r--oldXMenu/Internal.c1
-rw-r--r--oldXMenu/Locate.c1
-rw-r--r--oldXMenu/Post.c1
-rw-r--r--oldXMenu/Recomp.c1
-rw-r--r--oldXMenu/SetAEQ.c1
-rw-r--r--oldXMenu/SetFrz.c1
-rw-r--r--oldXMenu/SetPane.c1
-rw-r--r--oldXMenu/SetSel.c1
-rw-r--r--oldXMenu/X10.h1
-rw-r--r--oldXMenu/XCrAssoc.c1
-rw-r--r--oldXMenu/XDelAssoc.c1
-rw-r--r--oldXMenu/XDestAssoc.c1
-rw-r--r--oldXMenu/XLookAssoc.c1
-rw-r--r--oldXMenu/XMakeAssoc.c1
-rw-r--r--oldXMenu/XMenu.h1
-rw-r--r--oldXMenu/XMenuInt.h1
-rw-r--r--oldXMenu/copyright.h1
32 files changed, 0 insertions, 32 deletions
diff --git a/oldXMenu/Activate.c b/oldXMenu/Activate.c
index de4109cb444..840c423471b 100644
--- a/oldXMenu/Activate.c
+++ b/oldXMenu/Activate.c
@@ -1,4 +1,3 @@
-/* $Header: /cvsroot/emacs/emacs/oldXMenu/Activate.c,v 1.5 2003/02/04 14:19:01 lektu Exp $ */
/* Copyright Massachusetts Institute of Technology 1985 */
#include "copyright.h"
diff --git a/oldXMenu/AddPane.c b/oldXMenu/AddPane.c
index 5e1dcee0f88..b7b52c0f642 100644
--- a/oldXMenu/AddPane.c
+++ b/oldXMenu/AddPane.c
@@ -1,6 +1,5 @@
#include "copyright.h"
-/* $Header: /cvsroot/emacs/emacs/oldXMenu/AddPane.c,v 1.2 2003/02/04 14:19:01 lektu Exp $ */
/* Copyright Massachusetts Institute of Technology 1985 */
/*
diff --git a/oldXMenu/AddSel.c b/oldXMenu/AddSel.c
index 8a8e9dff50e..40bbbde704c 100644
--- a/oldXMenu/AddSel.c
+++ b/oldXMenu/AddSel.c
@@ -1,6 +1,5 @@
#include "copyright.h"
-/* $Header: /cvsroot/emacs/emacs/oldXMenu/AddSel.c,v 1.3 2003/02/04 14:19:01 lektu Exp $ */
/* Copyright Massachusetts Institute of Technology 1985 */
/*
diff --git a/oldXMenu/ChgPane.c b/oldXMenu/ChgPane.c
index e92be93a2da..123f18dec5a 100644
--- a/oldXMenu/ChgPane.c
+++ b/oldXMenu/ChgPane.c
@@ -1,6 +1,5 @@
#include "copyright.h"
-/* $Header: /cvsroot/emacs/emacs/oldXMenu/ChgPane.c,v 1.1 1999/10/03 19:34:53 fx Exp $ */
/* Copyright Massachusetts Institute of Technology 1985 */
/*
diff --git a/oldXMenu/ChgSel.c b/oldXMenu/ChgSel.c
index 60b2b2c909c..7dce694c410 100644
--- a/oldXMenu/ChgSel.c
+++ b/oldXMenu/ChgSel.c
@@ -1,6 +1,5 @@
#include "copyright.h"
-/* $Header: /cvsroot/emacs/emacs/oldXMenu/ChgSel.c,v 1.2 2003/02/04 14:19:01 lektu Exp $ */
/* Copyright Massachusetts Institute of Technology 1985 */
/*
diff --git a/oldXMenu/Create.c b/oldXMenu/Create.c
index 9dcfeada285..bac3f079f60 100644
--- a/oldXMenu/Create.c
+++ b/oldXMenu/Create.c
@@ -1,4 +1,3 @@
-/* $Header: /cvsroot/emacs/emacs/oldXMenu/Create.c,v 1.2 2003/02/04 14:19:01 lektu Exp $ */
/* Copyright Massachusetts Institute of Technology 1985 */
#include "copyright.h"
diff --git a/oldXMenu/DelPane.c b/oldXMenu/DelPane.c
index aaa91db1e65..bdb084b36f3 100644
--- a/oldXMenu/DelPane.c
+++ b/oldXMenu/DelPane.c
@@ -1,6 +1,5 @@
#include "copyright.h"
-/* $Header: /cvsroot/emacs/emacs/oldXMenu/DelPane.c,v 1.2 2003/02/04 14:19:01 lektu Exp $ */
/* Copyright Massachusetts Institute of Technology 1985 */
/*
diff --git a/oldXMenu/DelSel.c b/oldXMenu/DelSel.c
index 2b5cc7f7457..78b73113162 100644
--- a/oldXMenu/DelSel.c
+++ b/oldXMenu/DelSel.c
@@ -1,6 +1,5 @@
#include "copyright.h"
-/* $Header: /cvsroot/emacs/emacs/oldXMenu/DelSel.c,v 1.2 2003/02/04 14:19:01 lektu Exp $ */
/* Copyright Massachusetts Institute of Technology 1985 */
/*
diff --git a/oldXMenu/Destroy.c b/oldXMenu/Destroy.c
index 150d3e13544..8d904a53872 100644
--- a/oldXMenu/Destroy.c
+++ b/oldXMenu/Destroy.c
@@ -1,6 +1,5 @@
#include "copyright.h"
-/* $Header: /cvsroot/emacs/emacs/oldXMenu/Destroy.c,v 1.2 2003/02/04 14:19:01 lektu Exp $ */
/* Copyright Massachusetts Institute of Technology 1985 */
/*
diff --git a/oldXMenu/Error.c b/oldXMenu/Error.c
index 400070827d9..1eb521b1642 100644
--- a/oldXMenu/Error.c
+++ b/oldXMenu/Error.c
@@ -1,6 +1,5 @@
#include "copyright.h"
-/* $Header: /cvsroot/emacs/emacs/oldXMenu/Error.c,v 1.1 1999/10/03 19:35:00 fx Exp $ */
/* Copyright Massachusetts Institute of Technology 1985 */
/*
diff --git a/oldXMenu/EvHand.c b/oldXMenu/EvHand.c
index 6e335a1b660..073d0ab90b4 100644
--- a/oldXMenu/EvHand.c
+++ b/oldXMenu/EvHand.c
@@ -1,6 +1,5 @@
#include "copyright.h"
-/* $Header: /cvsroot/emacs/emacs/oldXMenu/EvHand.c,v 1.1 1999/10/03 19:35:01 fx Exp $ */
/* Copyright Massachusetts Institute of Technology 1985 */
/*
diff --git a/oldXMenu/FindPane.c b/oldXMenu/FindPane.c
index 7950bc431aa..945d4595cab 100644
--- a/oldXMenu/FindPane.c
+++ b/oldXMenu/FindPane.c
@@ -1,6 +1,5 @@
#include "copyright.h"
-/* $Header: /cvsroot/emacs/emacs/oldXMenu/FindPane.c,v 1.2 2003/02/04 14:19:01 lektu Exp $ */
/* Copyright Massachusetts Institute of Technology 1985 */
/*
diff --git a/oldXMenu/FindSel.c b/oldXMenu/FindSel.c
index af3ce1324a6..1fed1114732 100644
--- a/oldXMenu/FindSel.c
+++ b/oldXMenu/FindSel.c
@@ -1,6 +1,5 @@
#include "copyright.h"
-/* $Header: /cvsroot/emacs/emacs/oldXMenu/FindSel.c,v 1.1 1999/10/03 19:35:03 fx Exp $ */
/* Copyright Massachusetts Institute of Technology 1985 */
/*
diff --git a/oldXMenu/InsPane.c b/oldXMenu/InsPane.c
index 63116e63010..682423a4a05 100644
--- a/oldXMenu/InsPane.c
+++ b/oldXMenu/InsPane.c
@@ -1,6 +1,5 @@
#include "copyright.h"
-/* $Header: /cvsroot/emacs/emacs/oldXMenu/InsPane.c,v 1.2 2003/02/04 14:19:01 lektu Exp $ */
/* Copyright Massachusetts Institute of Technology 1985 */
/*
diff --git a/oldXMenu/InsSel.c b/oldXMenu/InsSel.c
index f2b6b2627b4..f3e2c4d7fb0 100644
--- a/oldXMenu/InsSel.c
+++ b/oldXMenu/InsSel.c
@@ -1,6 +1,5 @@
#include "copyright.h"
-/* $Header: /cvsroot/emacs/emacs/oldXMenu/InsSel.c,v 1.2 2003/02/04 14:19:01 lektu Exp $ */
/* Copyright Massachusetts Institute of Technology 1985 */
/*
diff --git a/oldXMenu/Internal.c b/oldXMenu/Internal.c
index 70a917a8eff..f1367a07351 100644
--- a/oldXMenu/Internal.c
+++ b/oldXMenu/Internal.c
@@ -1,6 +1,5 @@
#include "copyright.h"
-/* $Header: /cvsroot/emacs/emacs/oldXMenu/Internal.c,v 1.2 2003/02/04 14:19:01 lektu Exp $ */
/* Copyright Massachusetts Institute of Technology 1985 */
/*
diff --git a/oldXMenu/Locate.c b/oldXMenu/Locate.c
index 1fbae84c881..47db7fa1103 100644
--- a/oldXMenu/Locate.c
+++ b/oldXMenu/Locate.c
@@ -1,6 +1,5 @@
#include "copyright.h"
-/* $Header: /cvsroot/emacs/emacs/oldXMenu/Locate.c,v 1.2 2003/02/04 14:19:01 lektu Exp $ */
/* Copyright Massachusetts Institute of Technology 1985 */
/*
diff --git a/oldXMenu/Post.c b/oldXMenu/Post.c
index 8d850ca0815..3b39d796823 100644
--- a/oldXMenu/Post.c
+++ b/oldXMenu/Post.c
@@ -1,6 +1,5 @@
#include "copyright.h"
-/* $Header: /cvsroot/emacs/emacs/oldXMenu/Post.c,v 1.3 2003/02/04 14:19:01 lektu Exp $ */
/* Copyright Massachusetts Institute of Technology 1985 */
/*
diff --git a/oldXMenu/Recomp.c b/oldXMenu/Recomp.c
index 952bf9f4b54..b4bc4da3f72 100644
--- a/oldXMenu/Recomp.c
+++ b/oldXMenu/Recomp.c
@@ -1,6 +1,5 @@
#include "copyright.h"
-/* $Header: /cvsroot/emacs/emacs/oldXMenu/Recomp.c,v 1.2 2003/02/04 14:19:01 lektu Exp $ */
/* Copyright Massachusetts Institute of Technology 1985 */
/*
diff --git a/oldXMenu/SetAEQ.c b/oldXMenu/SetAEQ.c
index 3a3900400aa..daddc1aa946 100644
--- a/oldXMenu/SetAEQ.c
+++ b/oldXMenu/SetAEQ.c
@@ -1,6 +1,5 @@
#include "copyright.h"
-/* $Header: /cvsroot/emacs/emacs/oldXMenu/SetAEQ.c,v 1.1 1999/10/03 19:35:12 fx Exp $ */
/* Copyright Massachusetts Institute of Technology 1985 */
/*
diff --git a/oldXMenu/SetFrz.c b/oldXMenu/SetFrz.c
index 556eb0bf06b..243cc64e0ed 100644
--- a/oldXMenu/SetFrz.c
+++ b/oldXMenu/SetFrz.c
@@ -1,6 +1,5 @@
#include "copyright.h"
-/* $Header: /cvsroot/emacs/emacs/oldXMenu/SetFrz.c,v 1.1 1999/10/03 19:35:13 fx Exp $ */
/* Copyright Massachusetts Institute of Technology 1985 */
/*
diff --git a/oldXMenu/SetPane.c b/oldXMenu/SetPane.c
index 2c51e618937..39a87ac5ce3 100644
--- a/oldXMenu/SetPane.c
+++ b/oldXMenu/SetPane.c
@@ -1,6 +1,5 @@
#include "copyright.h"
-/* $Header: /cvsroot/emacs/emacs/oldXMenu/SetPane.c,v 1.1 1999/10/03 19:35:14 fx Exp $ */
/* Copyright Massachusetts Institute of Technology 1985 */
/*
diff --git a/oldXMenu/SetSel.c b/oldXMenu/SetSel.c
index cd67d79aeb2..4fe0c82a131 100644
--- a/oldXMenu/SetSel.c
+++ b/oldXMenu/SetSel.c
@@ -1,6 +1,5 @@
#include "copyright.h"
-/* $Header: /cvsroot/emacs/emacs/oldXMenu/SetSel.c,v 1.2 2003/02/04 14:19:01 lektu Exp $ */
/* Copyright Massachusetts Institute of Technology 1985 */
/*
diff --git a/oldXMenu/X10.h b/oldXMenu/X10.h
index 4ffe45adac8..e1abcbbe6c5 100644
--- a/oldXMenu/X10.h
+++ b/oldXMenu/X10.h
@@ -1,4 +1,3 @@
-/* $Header: /cvsroot/emacs/emacs/oldXMenu/X10.h,v 1.2 2003/02/04 14:19:01 lektu Exp $ */
/*
* Copyright 1985, 1986, 1987 by the Massachusetts Institute of Technology
*
diff --git a/oldXMenu/XCrAssoc.c b/oldXMenu/XCrAssoc.c
index 71c2aa20404..67239a26d31 100644
--- a/oldXMenu/XCrAssoc.c
+++ b/oldXMenu/XCrAssoc.c
@@ -1,4 +1,3 @@
-/* $XConsortium: XCrAssoc.c,v 10.17 91/01/06 12:04:57 rws Exp $ */
/* Copyright Massachusetts Institute of Technology 1985 */
/*
diff --git a/oldXMenu/XDelAssoc.c b/oldXMenu/XDelAssoc.c
index a4c4b9f514d..1c72447f931 100644
--- a/oldXMenu/XDelAssoc.c
+++ b/oldXMenu/XDelAssoc.c
@@ -1,4 +1,3 @@
-/* $XConsortium: XDelAssoc.c,v 10.19 91/01/06 12:06:39 rws Exp $ */
/* Copyright Massachusetts Institute of Technology 1985 */
/*
diff --git a/oldXMenu/XDestAssoc.c b/oldXMenu/XDestAssoc.c
index 84b7a4ddc2e..137c49f613d 100644
--- a/oldXMenu/XDestAssoc.c
+++ b/oldXMenu/XDestAssoc.c
@@ -1,4 +1,3 @@
-/* $XConsortium: XDestAssoc.c,v 10.17 91/02/08 13:11:50 rws Exp $ */
/* Copyright Massachusetts Institute of Technology 1985 */
/*
diff --git a/oldXMenu/XLookAssoc.c b/oldXMenu/XLookAssoc.c
index 788eaaa4e1e..ea7303bad61 100644
--- a/oldXMenu/XLookAssoc.c
+++ b/oldXMenu/XLookAssoc.c
@@ -1,4 +1,3 @@
-/* $XConsortium: XLookAssoc.c,v 10.16 91/01/06 12:09:24 rws Exp $ */
/* Copyright Massachusetts Institute of Technology 1985 */
/*
diff --git a/oldXMenu/XMakeAssoc.c b/oldXMenu/XMakeAssoc.c
index 408342d1c79..ffe19adc410 100644
--- a/oldXMenu/XMakeAssoc.c
+++ b/oldXMenu/XMakeAssoc.c
@@ -1,4 +1,3 @@
-/* $XConsortium: XMakeAssoc.c,v 10.18 91/01/06 12:09:28 rws Exp $ */
/* Copyright Massachusetts Institute of Technology 1985 */
/*
diff --git a/oldXMenu/XMenu.h b/oldXMenu/XMenu.h
index c679a91e362..fde2a954620 100644
--- a/oldXMenu/XMenu.h
+++ b/oldXMenu/XMenu.h
@@ -1,6 +1,5 @@
#include "copyright.h"
-/* $Header: /cvsroot/emacs/emacs/oldXMenu/XMenu.h,v 1.3 2003/02/04 14:19:01 lektu Exp $ */
/* Copyright Massachusetts Institute of Technology 1985 */
/*
diff --git a/oldXMenu/XMenuInt.h b/oldXMenu/XMenuInt.h
index 8e48645a2ce..e96dfb1e910 100644
--- a/oldXMenu/XMenuInt.h
+++ b/oldXMenu/XMenuInt.h
@@ -1,5 +1,4 @@
-/* $Header: /cvsroot/emacs/emacs/oldXMenu/XMenuInt.h,v 1.2 2003/02/04 14:19:01 lektu Exp $ */
/* Copyright Massachusetts Institute of Technology 1985 */
/*
diff --git a/oldXMenu/copyright.h b/oldXMenu/copyright.h
index 7b426cdb398..c5a4316043d 100644
--- a/oldXMenu/copyright.h
+++ b/oldXMenu/copyright.h
@@ -1,4 +1,3 @@
-/* $Header: /cvsroot/emacs/emacs/oldXMenu/copyright.h,v 1.1 1999/10/03 19:35:25 fx Exp $ */
/*
Copyright 1985, 1986, 1987 by the Massachusetts Institute of Technology