changeset 14734:20f4c4a078b2

Comment change.
author Richard M. Stallman <rms@gnu.org>
date Sat, 02 Mar 1996 06:37:35 +0000
parents eae53a7dcf03
children 8a63563c02a3
files lisp/ange-ftp.el lisp/bookmark.el lisp/browse-url.el lisp/dired.el lisp/dos-fns.el lisp/emacs-lisp/lisp-mode.el lisp/emulation/pc-select.el lisp/emulation/viper.el lisp/files.el lisp/international/iso-acc.el lisp/mail/rmail.el lisp/mail/rmailsum.el lisp/mail/sendmail.el lisp/mail/undigest.el lisp/progmodes/cmacexp.el lisp/progmodes/hideshow.el lisp/ps-print.el lisp/startup.el lisp/term/pc-win.el lisp/textmodes/fill.el lisp/textmodes/tex-mode.el lisp/time.el lisp/vc-hooks.el lisp/vc.el
diffstat 24 files changed, 29 insertions(+), 26 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ange-ftp.el	Sat Mar 02 05:37:13 1996 +0000
+++ b/lisp/ange-ftp.el	Sat Mar 02 06:37:35 1996 +0000
@@ -1,8 +1,9 @@
 ;;; ange-ftp.el --- transparent FTP support for GNU Emacs
 
-;; Copyright (C) 1989,90,91,92,93,94,95  Free Software Foundation, Inc.
+;; Copyright (C) 1989,90,91,92,93,94,95,96  Free Software Foundation, Inc.
 
 ;; Author: Andy Norman (ange@hplb.hpl.hp.com)
+;; Maintainer: FSF
 ;; Keywords: comm
 
 ;; This file is part of GNU Emacs.
--- a/lisp/bookmark.el	Sat Mar 02 05:37:13 1996 +0000
+++ b/lisp/bookmark.el	Sat Mar 02 06:37:35 1996 +0000
@@ -1,6 +1,6 @@
 ;;; bookmark.el --- set bookmarks, maybe annotate them, jump to them later.
 
-;; Copyright (C) 1993, 1994, 1995 Free Software Foundation
+;; Copyright (C) 1993, 1994, 1995, 1996 Free Software Foundation
 
 ;; Author: Karl Fogel <kfogel@red-bean.com>
 ;; Maintainer: Karl Fogel <kfogel@red-bean.com>
--- a/lisp/browse-url.el	Sat Mar 02 05:37:13 1996 +0000
+++ b/lisp/browse-url.el	Sat Mar 02 06:37:35 1996 +0000
@@ -1,6 +1,6 @@
 ;;; browse-url.el --- ask a WWW browser to load a URL
 
-;; Copyright 1995 Free Software Foundation, Inc.
+;; Copyright 1995, 1996 Free Software Foundation, Inc.
 
 ;; Author: Denis Howe <dbh@doc.ic.ac.uk>
 ;; Maintainer: Denis Howe <dbh@doc.ic.ac.uk>
--- a/lisp/dired.el	Sat Mar 02 05:37:13 1996 +0000
+++ b/lisp/dired.el	Sat Mar 02 06:37:35 1996 +0000
@@ -1,6 +1,6 @@
 ;;; dired.el --- directory-browsing commands
 
-;; Copyright (C) 1985, 1986, 1992, 1993, 1994 Free Software Foundation, Inc.
+;; Copyright (C) 1985, 86, 92, 93, 94, 95, 1996 Free Software Foundation, Inc.
 
 ;; Author: Sebastian Kremer <sk@thp.uni-koeln.de>
 ;; Maintainer: FSF
--- a/lisp/dos-fns.el	Sat Mar 02 05:37:13 1996 +0000
+++ b/lisp/dos-fns.el	Sat Mar 02 06:37:35 1996 +0000
@@ -1,6 +1,6 @@
 ;;; dos-fns.el --- MS-Dos specific functions.
 
-;; Copyright (C) 1991, 1993, 1995 Free Software Foundation, Inc.
+;; Copyright (C) 1991, 1993, 1995, 1996 Free Software Foundation, Inc.
 
 ;; Maintainer: Morten Welinder (terra@diku.dk)
 ;; Keywords: internal
--- a/lisp/emacs-lisp/lisp-mode.el	Sat Mar 02 05:37:13 1996 +0000
+++ b/lisp/emacs-lisp/lisp-mode.el	Sat Mar 02 06:37:35 1996 +0000
@@ -1,6 +1,6 @@
 ;;; lisp-mode.el --- Lisp mode, and its idiosyncratic commands.
 
-;; Copyright (C) 1985 Free Software Foundation, Inc.
+;; Copyright (C) 1985, 1986 Free Software Foundation, Inc.
 
 ;; Maintainer: FSF
 ;; Keywords: lisp, languages
--- a/lisp/emulation/pc-select.el	Sat Mar 02 05:37:13 1996 +0000
+++ b/lisp/emulation/pc-select.el	Sat Mar 02 06:37:35 1996 +0000
@@ -2,7 +2,7 @@
 ;;;		     (or MAC GUI) or MS-windoze (bah)) look-and-feel
 ;;;		     including key bindings
 
-;; Copyright (C) 1995 Free Software Foundation, Inc.
+;; Copyright (C) 1995, 1996 Free Software Foundation, Inc.
 
 ;; Author: Michael Staats <michael@thp.Uni-Duisburg.DE>
 ;; Created: 26 Sep 1995
--- a/lisp/emulation/viper.el	Sat Mar 02 05:37:13 1996 +0000
+++ b/lisp/emulation/viper.el	Sat Mar 02 06:37:35 1996 +0000
@@ -9,7 +9,7 @@
 (defconst viper-version "2.85 of February 14, 1996"
   "The current version of Viper")
 
-;; Copyright (C) 1994, 1995 Free Software Foundation, Inc.
+;; Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
 
--- a/lisp/files.el	Sat Mar 02 05:37:13 1996 +0000
+++ b/lisp/files.el	Sat Mar 02 06:37:35 1996 +0000
@@ -1,6 +1,7 @@
 ;;; files.el --- file input and output commands for Emacs
 
-;; Copyright (C) 1985, 86, 87, 92, 93, 94, 1995 Free Software Foundation, Inc.
+;; Copyright (C) 1985, 86, 87, 92, 93,
+;;		 94, 95, 1996 Free Software Foundation, Inc.
 
 ;; Maintainer: FSF
 
--- a/lisp/international/iso-acc.el	Sat Mar 02 05:37:13 1996 +0000
+++ b/lisp/international/iso-acc.el	Sat Mar 02 06:37:35 1996 +0000
@@ -1,6 +1,6 @@
 ;;; iso-acc.el -- minor mode providing electric accent keys
 
-;; Copyright (C) 1993, 1994 Free Software Foundation, Inc.
+;; Copyright (C) 1993, 1994, 1996 Free Software Foundation, Inc.
 
 ;; Author: Johan Vromans <jv@mh.nl>
 ;; Version: 1.7 (modified)
--- a/lisp/mail/rmail.el	Sat Mar 02 05:37:13 1996 +0000
+++ b/lisp/mail/rmail.el	Sat Mar 02 06:37:35 1996 +0000
@@ -1,6 +1,6 @@
 ;;; rmail.el --- main code of "RMAIL" mail reader for Emacs.
 
-;; Copyright (C) 1985,86,87,88,93,94,95 Free Software Foundation, Inc.
+;; Copyright (C) 1985,86,87,88,93,94,95,96 Free Software Foundation, Inc.
 
 ;; Maintainer: FSF
 ;; Keywords: mail
--- a/lisp/mail/rmailsum.el	Sat Mar 02 05:37:13 1996 +0000
+++ b/lisp/mail/rmailsum.el	Sat Mar 02 06:37:35 1996 +0000
@@ -1,6 +1,6 @@
 ;;; rmailsum.el --- make summary buffers for the mail reader
 
-;; Copyright (C) 1985, 1993, 1994, 1995 Free Software Foundation, Inc.
+;; Copyright (C) 1985, 1993, 1994, 1995, 1996 Free Software Foundation, Inc.
 
 ;; Maintainer: FSF
 ;; Keywords: mail
--- a/lisp/mail/sendmail.el	Sat Mar 02 05:37:13 1996 +0000
+++ b/lisp/mail/sendmail.el	Sat Mar 02 06:37:35 1996 +0000
@@ -1,6 +1,6 @@
 ;;; sendmail.el --- mail sending commands for Emacs.
 
-;; Copyright (C) 1985, 1986, 1992, 1993, 1994, 1995 Free Software Foundation, Inc.
+;; Copyright (C) 1985, 86, 92, 93, 94, 95, 96 Free Software Foundation, Inc.
 
 ;; Maintainer: FSF
 ;; Keywords: mail
--- a/lisp/mail/undigest.el	Sat Mar 02 05:37:13 1996 +0000
+++ b/lisp/mail/undigest.el	Sat Mar 02 06:37:35 1996 +0000
@@ -1,6 +1,6 @@
 ;;; undigest.el --- digest-cracking support for the RMAIL mail reader
 
-;; Copyright (C) 1985, 1986, 1994 Free Software Foundation, Inc.
+;; Copyright (C) 1985, 1986, 1994, 1996 Free Software Foundation, Inc.
 
 ;; Maintainer: FSF
 ;; Keywords: mail
--- a/lisp/progmodes/cmacexp.el	Sat Mar 02 05:37:13 1996 +0000
+++ b/lisp/progmodes/cmacexp.el	Sat Mar 02 06:37:35 1996 +0000
@@ -1,9 +1,9 @@
 ;;; cmacexp.el --- expand C macros in a region
 
-;; Copyright (C) 1992, 1994 Free Software Foundation, Inc.
+;; Copyright (C) 1992, 1994, 1996 Free Software Foundation, Inc.
 
 ;; Author: Francesco Potorti` <pot@cnuce.cnr.it>
-;; Version: $Id: cmacexp.el,v 1.21 1996/01/14 07:34:30 erik Exp rms $
+;; Version: $Id: cmacexp.el,v 1.22 1996/01/29 05:26:21 rms Exp rms $
 ;; Adapted-By: ESR
 ;; Keywords: c
 
--- a/lisp/progmodes/hideshow.el	Sat Mar 02 05:37:13 1996 +0000
+++ b/lisp/progmodes/hideshow.el	Sat Mar 02 06:37:35 1996 +0000
@@ -1,6 +1,6 @@
 ;;; hideshow.el --- minor mode cmds to selectively display blocks of code
 
-;; Copyright (C) 1994,1995 Free Software Foundation
+;; Copyright (C) 1994,1995,1996 Free Software Foundation
 
 ;; Author: Thien-Thi Nguyen <ttn@netcom.com>
 ;; Version: 3.4
--- a/lisp/ps-print.el	Sat Mar 02 05:37:13 1996 +0000
+++ b/lisp/ps-print.el	Sat Mar 02 06:37:35 1996 +0000
@@ -1,8 +1,9 @@
 ;;; ps-print.el --- Jim's Pretty-Good PostScript Generator for Emacs 19.
 
-;; Copyright (C) 1993, 1994, 1995 Free Software Foundation, Inc.
+;; Copyright (C) 1993, 1994, 1995, 1996 Free Software Foundation, Inc.
 
 ;; Author: Jim Thompson <thompson@wg2.waii.com>
+;; Maintainer: FSF
 ;; Keywords: print, PostScript
 
 ;; This file is part of GNU Emacs.
--- a/lisp/startup.el	Sat Mar 02 05:37:13 1996 +0000
+++ b/lisp/startup.el	Sat Mar 02 06:37:35 1996 +0000
@@ -1,6 +1,6 @@
 ;;; startup.el --- process Emacs shell arguments
 
-;; Copyright (C) 1985, 1986, 1992, 1994, 1995 Free Software Foundation, Inc.
+;; Copyright (C) 1985, 86, 92, 94, 95, 1996 Free Software Foundation, Inc.
 
 ;; Maintainer: FSF
 ;; Keywords: internal
--- a/lisp/term/pc-win.el	Sat Mar 02 05:37:13 1996 +0000
+++ b/lisp/term/pc-win.el	Sat Mar 02 06:37:35 1996 +0000
@@ -1,9 +1,9 @@
 ;; pc-win.el -- setup support for `PC windows' (whatever that is).
 
-;; Copyright (C) 1994 Free Software Foundation, Inc.
+;; Copyright (C) 1994, 1996 Free Software Foundation, Inc.
 
 ;; Author: Morten Welinder <terra@diku.dk>
-;; Version: 1,00
+;; Maintainer: FSF
 
 ;; This file is part of GNU Emacs.
 
--- a/lisp/textmodes/fill.el	Sat Mar 02 05:37:13 1996 +0000
+++ b/lisp/textmodes/fill.el	Sat Mar 02 06:37:35 1996 +0000
@@ -1,6 +1,6 @@
 ;;; fill.el --- fill commands for Emacs
 
-;; Copyright (C) 1985, 1986, 1992, 1994, 1995 Free Software Foundation, Inc.
+;; Copyright (C) 1985, 86, 92, 94, 95, 1996 Free Software Foundation, Inc.
 
 ;; Keywords: wp
 
--- a/lisp/textmodes/tex-mode.el	Sat Mar 02 05:37:13 1996 +0000
+++ b/lisp/textmodes/tex-mode.el	Sat Mar 02 06:37:35 1996 +0000
@@ -1,6 +1,6 @@
 ;;; tex-mode.el --- TeX, LaTeX, and SliTeX mode commands.
 
-;; Copyright (C) 1985, 86, 89, 92, 94, 95 Free Software Foundation, Inc.
+;; Copyright (C) 1985, 86, 89, 92, 94, 95, 96 Free Software Foundation, Inc.
 
 ;; Maintainer: FSF
 ;; Keywords: tex
--- a/lisp/time.el	Sat Mar 02 05:37:13 1996 +0000
+++ b/lisp/time.el	Sat Mar 02 06:37:35 1996 +0000
@@ -1,6 +1,6 @@
 ;;; time.el --- display time and load in mode line of Emacs.
 
-;; Copyright (C) 1985, 1986, 1987, 1993, 1994 Free Software Foundation, Inc.
+;; Copyright (C) 1985, 86, 87, 93, 94, 1996 Free Software Foundation, Inc.
 
 ;; Maintainer: FSF
 
--- a/lisp/vc-hooks.el	Sat Mar 02 05:37:13 1996 +0000
+++ b/lisp/vc-hooks.el	Sat Mar 02 06:37:35 1996 +0000
@@ -1,6 +1,6 @@
 ;;; vc-hooks.el --- resident support for version-control
 
-;; Copyright (C) 1992, 1993, 1994, 1995 Free Software Foundation, Inc.
+;; Copyright (C) 1992, 1993, 1994, 1995, 1996 Free Software Foundation, Inc.
 
 ;; Author: Eric S. Raymond <esr@snark.thyrsus.com>
 ;; Modified by:
--- a/lisp/vc.el	Sat Mar 02 05:37:13 1996 +0000
+++ b/lisp/vc.el	Sat Mar 02 06:37:35 1996 +0000
@@ -1,6 +1,6 @@
 ;;; vc.el --- drive a version-control system from within Emacs
 
-;; Copyright (C) 1992, 1993, 1994, 1995 Free Software Foundation, Inc.
+;; Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
 
 ;; Author: Eric S. Raymond <esr@snark.thyrsus.com>
 ;; Modified by: