summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorEric S. Raymond <esr@snark.thyrsus.com>1992-07-22 04:22:30 +0000
committerEric S. Raymond <esr@snark.thyrsus.com>1992-07-22 04:22:30 +0000
commit9750e079ddb0df24810a8a19a3210616d3f71db9 (patch)
treecaa58c722ed2eae1002c3aeaa8cf49421f4a3dce /lisp/emacs-lisp
parent6d74b528d014d3ae65306e8afe154ccc66386be5 (diff)
downloademacs-9750e079ddb0df24810a8a19a3210616d3f71db9.tar.gz
emacs-9750e079ddb0df24810a8a19a3210616d3f71db9.tar.bz2
emacs-9750e079ddb0df24810a8a19a3210616d3f71db9.zip
entered into RCS
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r--lisp/emacs-lisp/backquote.el5
-rw-r--r--lisp/emacs-lisp/cl-indent.el5
-rw-r--r--lisp/emacs-lisp/cust-print.el5
-rw-r--r--lisp/emacs-lisp/debug.el5
-rw-r--r--lisp/emacs-lisp/disass.el5
-rw-r--r--lisp/emacs-lisp/float.el5
-rw-r--r--lisp/emacs-lisp/helper.el5
-rw-r--r--lisp/emacs-lisp/lisp.el5
-rw-r--r--lisp/emacs-lisp/profile.el5
9 files changed, 18 insertions, 27 deletions
diff --git a/lisp/emacs-lisp/backquote.el b/lisp/emacs-lisp/backquote.el
index 1a7fe425ea0..58cc760e338 100644
--- a/lisp/emacs-lisp/backquote.el
+++ b/lisp/emacs-lisp/backquote.el
@@ -1,11 +1,10 @@
;; backquote.el --- backquoting for Emacs Lisp macros
+;; Copyright (C) 1985 Free Software Foundation, Inc.
+
;; Author: Dick King (king@kestrel).
-;; Last-Modified: 16 Mar 1992
;; Keywords: extensions
-;; Copyright (C) 1985 Free Software Foundation, Inc.
-
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
diff --git a/lisp/emacs-lisp/cl-indent.el b/lisp/emacs-lisp/cl-indent.el
index f2654a7141d..537b16e6916 100644
--- a/lisp/emacs-lisp/cl-indent.el
+++ b/lisp/emacs-lisp/cl-indent.el
@@ -1,12 +1,11 @@
;;; cl-indent.el --- enhanced lisp-indent mode
+;; Copyright (C) 1987 Free Software Foundation, Inc.
+;; Written by Richard Mlynarik July 1987
;; Author: Richard Mlynark <mly@eddie.mit.edu>
;; Maintainer: FSF
-;; Last-Modified: 09 May 1991
;; Keywords: lisp, tools
-;; Copyright (C) 1987 Free Software Foundation, Inc.
-;; Written by Richard Mlynarik July 1987
;; This file is part of GNU Emacs.
diff --git a/lisp/emacs-lisp/cust-print.el b/lisp/emacs-lisp/cust-print.el
index f4d46185e67..da14363d970 100644
--- a/lisp/emacs-lisp/cust-print.el
+++ b/lisp/emacs-lisp/cust-print.el
@@ -1,13 +1,12 @@
;; cust-print.el -- handles print-level and print-circle.
+;; Copyright (C) 1992 Free Software Foundation, Inc.
+
;; Author: Daniel LaLiberte <liberte@cs.uiuc.edu>
;; Version: 1.0
-;; Last-Modified: 17 Mar 1992
;; Adapted-By: ESR
;; Keyword: extensions
-;; Copyright (C) 1992 Free Software Foundation, Inc.
-
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
diff --git a/lisp/emacs-lisp/debug.el b/lisp/emacs-lisp/debug.el
index 07fe87adbdd..ad0e1bac10a 100644
--- a/lisp/emacs-lisp/debug.el
+++ b/lisp/emacs-lisp/debug.el
@@ -1,11 +1,10 @@
;;; debug.el --- debuggers and related commands for Emacs
+;; Copyright (C) 1985, 1986 Free Software Foundation, Inc.
+
;; Maintainer: FSF
-;; Last-Modified: 08 Jan 1992
;; Keyword: lisp, tools
-;; Copyright (C) 1985, 1986 Free Software Foundation, Inc.
-
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
diff --git a/lisp/emacs-lisp/disass.el b/lisp/emacs-lisp/disass.el
index f2527584a93..da1d2a91fe6 100644
--- a/lisp/emacs-lisp/disass.el
+++ b/lisp/emacs-lisp/disass.el
@@ -1,13 +1,12 @@
;;; disass.el --- disassembler for compiled Emacs Lisp code
+;;; Copyright (C) 1986, 1991 Free Software Foundation, Inc.
+
;; Author: Doug Cutting <doug@csli.stanford.edu>
;; Jamie Zawinski <jwz@lucid.com>
;; Maintainer: Jamie Zawinski <jwz@lucid.com>
-;; Last-Modified: 22 Oct 91
;; Keyword: internal
-;;; Copyright (C) 1986, 1991 Free Software Foundation, Inc.
-
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
diff --git a/lisp/emacs-lisp/float.el b/lisp/emacs-lisp/float.el
index 400d87ad360..f6e7bb74972 100644
--- a/lisp/emacs-lisp/float.el
+++ b/lisp/emacs-lisp/float.el
@@ -1,12 +1,11 @@
;;; float.el --- floating point arithmetic package.
+;; Copyright (C) 1986 Free Software Foundation, Inc.
+
;; Author: Bill Rosenblatt
;; Maintainer: FSF
-;; Last-Modified: 16 Mar 1992
;; Keywords: extensions
-;; Copyright (C) 1986 Free Software Foundation, Inc.
-
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
diff --git a/lisp/emacs-lisp/helper.el b/lisp/emacs-lisp/helper.el
index 6f513099aee..66dab22b1a1 100644
--- a/lisp/emacs-lisp/helper.el
+++ b/lisp/emacs-lisp/helper.el
@@ -1,12 +1,11 @@
;;; helper.el --- utility help package supporting help in electric modes
+;; Copyright (C) 1985 Free Software Foundation, Inc.
+
;; Author: K. Shane Hartman
;; Maintainer: FSF
-;; Last-Modified: 16 Mar 1991
;; Keywords: help
-;; Copyright (C) 1985 Free Software Foundation, Inc.
-
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
diff --git a/lisp/emacs-lisp/lisp.el b/lisp/emacs-lisp/lisp.el
index 5d23d10786a..1bf57e1d689 100644
--- a/lisp/emacs-lisp/lisp.el
+++ b/lisp/emacs-lisp/lisp.el
@@ -1,11 +1,10 @@
;;; lisp.el --- Lisp editing commands for Emacs
+;; Copyright (C) 1985, 1986 Free Software Foundation, Inc.
+
;; Maintainer: FSF
-;; Last-Modified: 12 Mar 1992
;; Keyword: lisp, languages
-;; Copyright (C) 1985, 1986 Free Software Foundation, Inc.
-
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify
diff --git a/lisp/emacs-lisp/profile.el b/lisp/emacs-lisp/profile.el
index b5ad14e15fa..cb2a2bc3a99 100644
--- a/lisp/emacs-lisp/profile.el
+++ b/lisp/emacs-lisp/profile.el
@@ -1,14 +1,13 @@
;;; profile.el -- generate run time measurements of Emacs Lisp functions
+;; Copyright (C) 1992 Free Software Foundation, Inc.
+
;; Author: Boaz Ben-Zvi <boaz@lcs.mit.edu>
;; Created: 07 Feb 1992
-;; Last-Modified: 07 Feb 1992
;; Version: 1.0
;; Adapted-By: ESR
;; Keywords: lisp, tools
-;; Copyright (C) 1992 Free Software Foundation, Inc.
-
;; This file is part of GNU Emacs.
;; GNU Emacs is free software; you can redistribute it and/or modify