summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/gnus.el2
-rw-r--r--lisp/isearch.el2
-rw-r--r--lisp/mhspool.el2
-rw-r--r--lisp/nnspool.el2
-rw-r--r--lisp/nntp.el2
-rw-r--r--lisp/progmodes/hideif.el3
6 files changed, 0 insertions, 13 deletions
diff --git a/lisp/gnus.el b/lisp/gnus.el
index 75ea4f2134c..ad80ec2372b 100644
--- a/lisp/gnus.el
+++ b/lisp/gnus.el
@@ -5,8 +5,6 @@
;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet>
;; Keywords: news
-;; $Header: gnus.el,v 3.13 90/03/23 13:24:27 umerin Locked $
-
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
diff --git a/lisp/isearch.el b/lisp/isearch.el
index 0e93b054ef0..0a0fc946be1 100644
--- a/lisp/isearch.el
+++ b/lisp/isearch.el
@@ -61,8 +61,6 @@
;;;====================================================================
-;;; $Header: /import/kaplan/kaplan/liberte/Isearch/RCS/isearch-mode.el,v 1.2 92/05/27 11:33:57 liberte Exp Locker: liberte $
-;;; $Log: isearch-mode.el,v $
;;; Revision 1.2 92/05/27 11:33:57 liberte
;;; Several new commands and features have been added. Emacs version
;;; 19 has a search ring, which is supported here. Other fixes found
diff --git a/lisp/mhspool.el b/lisp/mhspool.el
index fba1b5ae839..81704e54be6 100644
--- a/lisp/mhspool.el
+++ b/lisp/mhspool.el
@@ -7,8 +7,6 @@
;; Maintainer: FSF
;; Keywords: mail, news
-;; $Header: mhspool.el,v 1.5 90/03/23 13:25:23 umerin Locked $
-
;; This file is part of GNU Emacs.
;; GNU Emacs is distributed in the hope that it will be useful,
diff --git a/lisp/nnspool.el b/lisp/nnspool.el
index 5a5c3322976..b497a5c713a 100644
--- a/lisp/nnspool.el
+++ b/lisp/nnspool.el
@@ -6,8 +6,6 @@
;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet>
;; Keywords: news
-;; $Header: nnspool.el,v 1.10 90/03/23 13:25:25 umerin Locked $
-
;; This file is part of GNU Emacs.
;; GNU Emacs is distributed in the hope that it will be useful,
diff --git a/lisp/nntp.el b/lisp/nntp.el
index cac01653160..17565095c6a 100644
--- a/lisp/nntp.el
+++ b/lisp/nntp.el
@@ -6,8 +6,6 @@
;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet>
;; Keywords: news
-;; $Header: nntp.el,v 3.10 90/03/23 13:25:27 umerin Locked $
-
;; This file is part of GNU Emacs.
;; GNU Emacs is distributed in the hope that it will be useful,
diff --git a/lisp/progmodes/hideif.el b/lisp/progmodes/hideif.el
index 2bedcef8cca..36587129891 100644
--- a/lisp/progmodes/hideif.el
+++ b/lisp/progmodes/hideif.el
@@ -5,8 +5,6 @@
;; Author: Dan LaLiberte <liberte@a.cs.uiuc.edu>
;; Keywords: c
-;;; $Header: hide-ifdef-mode.el,v 1.7 88/02/16 03:12:58 liberte Exp $
-
;;; Commentary:
;;; Written by Brian Marick, at Gould, Computer Systems Division, Urbana IL.
@@ -94,7 +92,6 @@
;;; Change Log:
;;;
-;;; $Log: hide-ifdef-mode.el,v $
;;; Revision 1.7 88/02/16 03:12:58 liberte
;;; Fixed comments and doc strings.
;;; Added optional prefix arg for ifdef motion commands.