diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-07-22 02:58:21 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 1992-07-22 02:58:21 +0000 |
commit | b05a8583f185c7c4ae4386f56b940e8ccee6c564 (patch) | |
tree | 219a728a8e86596fd762a4e4950cb6a5f5c0a120 | |
parent | b71a32d05398f3b49b0439f1b0300533458386b3 (diff) | |
download | emacs-b05a8583f185c7c4ae4386f56b940e8ccee6c564.tar.gz |
*** empty log message ***
-rw-r--r-- | lisp/=mhspool.el | 7 | ||||
-rw-r--r-- | lisp/=term-nasty.el | 2 | ||||
-rw-r--r-- | lisp/=timer.el | 5 | ||||
-rw-r--r-- | lisp/loadup.el | 10 | ||||
-rw-r--r-- | lisp/mail/mailpost.el | 7 | ||||
-rw-r--r-- | lisp/map-ynp.el | 5 | ||||
-rw-r--r-- | lisp/mouse.el | 5 | ||||
-rw-r--r-- | lisp/play/meese.el | 1 | ||||
-rw-r--r-- | lisp/sort.el | 5 | ||||
-rw-r--r-- | lisp/startup.el | 5 | ||||
-rw-r--r-- | lisp/subr.el | 3 | ||||
-rw-r--r-- | lisp/sun-curs.el | 5 | ||||
-rw-r--r-- | lisp/tar-mode.el | 5 | ||||
-rw-r--r-- | lisp/terminal.el | 5 | ||||
-rw-r--r-- | lisp/textmodes/tex-mode.el | 5 | ||||
-rw-r--r-- | lisp/textmodes/texinfo.el | 5 | ||||
-rw-r--r-- | lisp/textmodes/two-column.el | 5 | ||||
-rw-r--r-- | lisp/unused.el | 1 | ||||
-rw-r--r-- | lisp/view.el | 5 | ||||
-rw-r--r-- | lisp/vms-patch.el | 5 | ||||
-rw-r--r-- | lisp/xscheme.el | 5 |
21 files changed, 40 insertions, 61 deletions
diff --git a/lisp/=mhspool.el b/lisp/=mhspool.el index 287dc3ed268..fba1b5ae839 100644 --- a/lisp/=mhspool.el +++ b/lisp/=mhspool.el @@ -1,15 +1,14 @@ ;;; mhspool.el --- MH folder access using NNTP for GNU Emacs +;; Copyright (C) 1988, 1989 Fujitsu Laboratories LTD. +;; Copyright (C) 1988, 1989, 1990 Masanobu UMEDA + ;; Author: Masanobu UMEDA <umerin@flab.flab.fujitsu.junet> ;; Maintainer: FSF -;; Last-Modified: 16 Mar 1992 ;; Keywords: mail, news ;; $Header: mhspool.el,v 1.5 90/03/23 13:25:23 umerin Locked $ -;; Copyright (C) 1988, 1989 Fujitsu Laboratories LTD. -;; Copyright (C) 1988, 1989, 1990 Masanobu UMEDA - ;; This file is part of GNU Emacs. ;; GNU Emacs is distributed in the hope that it will be useful, diff --git a/lisp/=term-nasty.el b/lisp/=term-nasty.el index 1ad57f530e1..43d3c441310 100644 --- a/lisp/=term-nasty.el +++ b/lisp/=term-nasty.el @@ -1,7 +1,5 @@ ;;; term-nasty.el --- Damned Things from terminfo.el -;; Maintainer: FSF - ;;; Commentary: ;; Some people used to be bothered by the following comments that were diff --git a/lisp/=timer.el b/lisp/=timer.el index cbe3b2a0478..128d32c7d30 100644 --- a/lisp/=timer.el +++ b/lisp/=timer.el @@ -1,10 +1,9 @@ ;;; timer.el --- run a function with args at some time in future -;; Maintainer: FSF -;; Last-Modified: 19 Jan 1990 - ;; Copyright (C) 1990 Free Software Foundation, Inc. +;; Maintainer: FSF + ;; This file is part of GNU Emacs. ;; GNU Emacs is free software; you can redistribute it and/or modify diff --git a/lisp/loadup.el b/lisp/loadup.el index 21e770a3cfb..8444976e157 100644 --- a/lisp/loadup.el +++ b/lisp/loadup.el @@ -1,12 +1,10 @@ ;;; loadup.el --- load up standardly loaded Lisp files for Emacs. +;; Copyright (C) 1985, 1986, 1992 Free Software Foundation, Inc. + ;; Maintainer: FSF -;; Last-Modified: 14 Jul 1992 ;; Keywords: internal -;; This is loaded into a bare Emacs to make a dumpable one. -;; Copyright (C) 1985, 1986, 1992 Free Software Foundation, Inc. - ;; This file is part of GNU Emacs. ;; GNU Emacs is free software; you can redistribute it and/or modify @@ -23,6 +21,10 @@ ;; along with GNU Emacs; see the file COPYING. If not, write to ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +;;; Commentary: + +;; This is loaded into a bare Emacs to make a dumpable one. + ;;; Code: ;;; We don't want to have any undo records in the dumped Emacs. diff --git a/lisp/mail/mailpost.el b/lisp/mail/mailpost.el index f39d8ee61c2..9cc7e16ef2d 100644 --- a/lisp/mail/mailpost.el +++ b/lisp/mail/mailpost.el @@ -1,14 +1,13 @@ ;;; mailpost.el --- RMAIL coupler to /usr/uci/post mailer +;; This is in the public domain +;; since Delp distributed it without a copyright notice in 1986. + ;; Author: Gary Delp <delp@huey.Udel.Edu> ;; Maintainer: FSF ;; Created: 13 Jan 1986 -;; Last-Modified: 30 May 1992 ;; Keywords: mail -;; This is in the public domain -;; since Delp distributed it without a copyright notice in 1986. - ;;; Commentary: ;; Yet another mail interface. this for the rmail system to provide diff --git a/lisp/map-ynp.el b/lisp/map-ynp.el index a7b046fbc38..53decf8d87e 100644 --- a/lisp/map-ynp.el +++ b/lisp/map-ynp.el @@ -1,11 +1,10 @@ ;;; map-ynp.el --- General-purpose boolean question-asker. +;;; Copyright (C) 1991, 1992 Free Software Foundation, Inc. + ;; Author: Roland McGrath <roland@gnu.ai.mit.edu> -;; Last-Modified: 14 Mar 1992 ;; Keywords: lisp, extensions -;;; Copyright (C) 1991, 1992 Free Software Foundation, Inc. -;;; ;;; This program is free software; you can redistribute it and/or modify ;;; it under the terms of the GNU General Public License as published by ;;; the Free Software Foundation; either version 2, or (at your option) diff --git a/lisp/mouse.el b/lisp/mouse.el index dfbd4faf7a9..fd26ab44fb9 100644 --- a/lisp/mouse.el +++ b/lisp/mouse.el @@ -1,11 +1,10 @@ ;;; mouse.el --- window system-independent mouse support. +;;; Copyright (C) 1988, 1992 Free Software Foundation, Inc. + ;; Maintainer: FSF -;; Last-Modified: 10 Jul 1992 ;; Keywords: hardware -;;; Copyright (C) 1988, 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/play/meese.el b/lisp/play/meese.el index 570366d7a73..c82f799da2e 100644 --- a/lisp/play/meese.el +++ b/lisp/play/meese.el @@ -1,7 +1,6 @@ ;; meese.el --- protect the impressionable young minds of America ;; Maintainer: FSF -;; Last-Modified: 20 May 1988 ;; Keywords: games (defun protect-innocence-hook () diff --git a/lisp/sort.el b/lisp/sort.el index 63b7190af2a..b03e9947824 100644 --- a/lisp/sort.el +++ b/lisp/sort.el @@ -1,12 +1,11 @@ ;;; sort.el --- commands to sort text in an Emacs buffer. +;; Copyright (C) 1986, 1987 Free Software Foundation, Inc. + ;; Author: Howie Kaye ;; Maintainer: FSF -;; Last-Modified: 28 Aug 1990 ;; Keywords: unix -;; Copyright (C) 1986, 1987 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/startup.el b/lisp/startup.el index 6932ede477c..2d2a8a77104 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -1,11 +1,10 @@ ;;; startup.el --- process Emacs shell arguments +;; Copyright (C) 1985, 1986, 1992 Free Software Foundation, Inc. + ;; Maintainer: FSF -;; Last-Modified: 09 Jul 1992 ;; Keywords: internal -;; Copyright (C) 1985, 1986, 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/subr.el b/lisp/subr.el index 9941fd7e322..aee62d11f94 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -1,8 +1,5 @@ ;;; subr.el --- basic lisp subroutines for Emacs -;; Maintainer: FSF -;; Last-Modified: 12 Aug 1991 - ;;; Copyright (C) 1985, 1986, 1992 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/lisp/sun-curs.el b/lisp/sun-curs.el index 7db1f5ee2bb..238fdc4e847 100644 --- a/lisp/sun-curs.el +++ b/lisp/sun-curs.el @@ -1,10 +1,9 @@ ;;; sun-cursors.el --- cursor definitions for Sun windows -;; Author: Jeff Peck <peck@sun.com> -;; Last-Modified: 16 Mar 1992 - ;; Copyright (C) 1987 Free Software Foundation, Inc. +;; Author: Jeff Peck <peck@sun.com> + ;; This file is part of GNU Emacs. ;; GNU Emacs is free software; you can redistribute it and/or modify diff --git a/lisp/tar-mode.el b/lisp/tar-mode.el index 6ffe4f3c84b..534204e6124 100644 --- a/lisp/tar-mode.el +++ b/lisp/tar-mode.el @@ -1,13 +1,12 @@ ;;; tar-mode.el --- simple editing of tar files from GNU emacs +;;; Copyright (C) 1990, 1991 Free Software Foundation, Inc. + ;; Author: Jamie Zawinski <jwz@lucid.com> ;; Created: 04 Apr 1990 ;; Version: 1.21 -;; Last-Modified: 10 Mar 1991 ;; Keywords: unix -;;; Copyright (C) 1990, 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/terminal.el b/lisp/terminal.el index 6e9d954ae39..e8909927c3d 100644 --- a/lisp/terminal.el +++ b/lisp/terminal.el @@ -1,10 +1,9 @@ ;;; terminal.el --- terminal emulator for GNU Emacs. +;; Copyright (C) 1986, 1987, 1988, 1989 Free Software Foundation, Inc. + ;; Author: Richard Mlynarik <mly@eddie.mit.edu> ;; Maintainer: FSF -;; Last-Modified: 05 May 1992 - -;; Copyright (C) 1986, 1987, 1988, 1989 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/lisp/textmodes/tex-mode.el b/lisp/textmodes/tex-mode.el index 9c81a60bbbf..f7d91eb502e 100644 --- a/lisp/textmodes/tex-mode.el +++ b/lisp/textmodes/tex-mode.el @@ -1,14 +1,13 @@ ;;; tex-mode.el --- TeX, LaTeX, and SliTeX mode commands. +;; Copyright (C) 1985, 1986, 1989, 1992 Free Software Foundation, Inc. + ;; Maintainer: Edward M. Reingold <reingold@cs.uiuc.edu> -;; Last-Modified: 04 July 1992 ;; Keywords: tex ;; Contributions over the years by William F. Schelter, Dick King, ;; Stephen Gildea, Michael Prange, and Edward M. Reingold. -;; Copyright (C) 1985, 1986, 1989, 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/textmodes/texinfo.el b/lisp/textmodes/texinfo.el index 146fbe78229..12e33ac6299 100644 --- a/lisp/textmodes/texinfo.el +++ b/lisp/textmodes/texinfo.el @@ -1,12 +1,11 @@ ;;;; texinfo.el ---- major mode for editing Texinfo files. +;; Copyright (C) 1985, 1988, 1989, 1990 Free Software Foundation, Inc. + ;; Author: Bob Chassell <bob@gnu.ai.mit.edu> ;; Version: 2.00 -;; Last-Modified: 14 Dec 1990 ;; Keywords: maint, tex, doc, wp -;; Copyright (C) 1985, 1988, 1989, 1990 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/textmodes/two-column.el b/lisp/textmodes/two-column.el index a2ccdd3fd60..9fe6706b751 100644 --- a/lisp/textmodes/two-column.el +++ b/lisp/textmodes/two-column.el @@ -1,11 +1,10 @@ ;;; two-column.el --- minor mode for editing of two-column text +;; Copyright (C) 1992 Free Software Foundation, Inc. + ;; Author: Daniel Pfeiffer <pfeiffer@cix.cict.fr> -;; Last-Modified: 14 May 1991 ;; Adapted-By: ESR -;; 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/unused.el b/lisp/unused.el index 53ad89ac7e2..2a7bfa17a33 100644 --- a/lisp/unused.el +++ b/lisp/unused.el @@ -1,7 +1,6 @@ ;;; unused.el --- editing commands in GNU Emacs that turned out not to be used. ;; Maintainer: FSF -;; Last-Modified: 14 Dec 1985 ;; Keywords: emulations ;;; Commentary: diff --git a/lisp/view.el b/lisp/view.el index d93c9b50cf8..0cfc52676f4 100644 --- a/lisp/view.el +++ b/lisp/view.el @@ -1,10 +1,9 @@ ;;; view.el --- peruse file or buffer without editing. +;; Copyright (C) 1985, 1989 Free Software Foundation, Inc. + ;; Author: K. Shane Hartman ;; Maintainer: FSF -;; Last-Modified: 21 Aug 1988 - -;; Copyright (C) 1985, 1989 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. diff --git a/lisp/vms-patch.el b/lisp/vms-patch.el index b0d722d3811..36e5e3caa6f 100644 --- a/lisp/vms-patch.el +++ b/lisp/vms-patch.el @@ -1,11 +1,10 @@ ;;; vms-patch.el --- override parts of files.el for VMS. +;; Copyright (C) 1986 Free Software Foundation, Inc. + ;; Maintainer: FSF -;; Last-Modified: 06 May 1992 ;; Keywords: vms -;; 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/xscheme.el b/lisp/xscheme.el index 61c46a33939..c8ac6ecb126 100644 --- a/lisp/xscheme.el +++ b/lisp/xscheme.el @@ -1,13 +1,12 @@ ;;; xscheme.el --- run Scheme under Emacs +;; Copyright (C) 1986, 1987, 1989, 1990 Free Software Foundation, Inc. + ;; Maintainer: FSF -;; Last-Modified: 21 Jan 1987 ;; Keywords: languages ;;; $Header: xscheme.el,v 1.26 90/09/11 01:51:20 GMT cph Exp $ -;; Copyright (C) 1986, 1987, 1989, 1990 Free Software Foundation, Inc. - ;; This file is part of GNU Emacs. ;; GNU Emacs is free software; you can redistribute it and/or modify |