From f9ba7777272942deb48f21e46215e0dadd7abba6 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 2 Mar 1996 06:37:35 +0000 Subject: [PATCH] Comment change. --- lisp/ange-ftp.el | 3 ++- lisp/bookmark.el | 2 +- lisp/browse-url.el | 2 +- lisp/dired.el | 2 +- lisp/dos-fns.el | 2 +- lisp/emacs-lisp/lisp-mode.el | 2 +- lisp/emulation/pc-select.el | 2 +- lisp/emulation/viper.el | 2 +- lisp/files.el | 3 ++- lisp/international/iso-acc.el | 2 +- lisp/mail/rmail.el | 2 +- lisp/mail/rmailsum.el | 2 +- lisp/mail/sendmail.el | 2 +- lisp/mail/undigest.el | 2 +- lisp/progmodes/cmacexp.el | 4 ++-- lisp/progmodes/hideshow.el | 2 +- lisp/ps-print.el | 3 ++- lisp/startup.el | 2 +- lisp/term/pc-win.el | 4 ++-- lisp/textmodes/fill.el | 2 +- lisp/textmodes/tex-mode.el | 2 +- lisp/time.el | 2 +- lisp/vc-hooks.el | 2 +- lisp/vc.el | 2 +- 24 files changed, 29 insertions(+), 26 deletions(-) diff --git a/lisp/ange-ftp.el b/lisp/ange-ftp.el index 047b77eb3719..f0d5ca804930 100644 --- a/lisp/ange-ftp.el +++ b/lisp/ange-ftp.el @@ -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. diff --git a/lisp/bookmark.el b/lisp/bookmark.el index e3fbe7c41fcf..bdb9ef4364db 100644 --- a/lisp/bookmark.el +++ b/lisp/bookmark.el @@ -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 ;; Maintainer: Karl Fogel diff --git a/lisp/browse-url.el b/lisp/browse-url.el index cb440398b547..97dfd36726cb 100644 --- a/lisp/browse-url.el +++ b/lisp/browse-url.el @@ -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 ;; Maintainer: Denis Howe diff --git a/lisp/dired.el b/lisp/dired.el index 39d4a8991219..95938f9ffdc0 100644 --- a/lisp/dired.el +++ b/lisp/dired.el @@ -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 ;; Maintainer: FSF diff --git a/lisp/dos-fns.el b/lisp/dos-fns.el index 9032e64ef5e3..9ac8197ab64f 100644 --- a/lisp/dos-fns.el +++ b/lisp/dos-fns.el @@ -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 diff --git a/lisp/emacs-lisp/lisp-mode.el b/lisp/emacs-lisp/lisp-mode.el index 1970bd588b2f..ea29b880bb37 100644 --- a/lisp/emacs-lisp/lisp-mode.el +++ b/lisp/emacs-lisp/lisp-mode.el @@ -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 diff --git a/lisp/emulation/pc-select.el b/lisp/emulation/pc-select.el index 4c1103b40d90..b4bc0812bbc5 100644 --- a/lisp/emulation/pc-select.el +++ b/lisp/emulation/pc-select.el @@ -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 ;; Created: 26 Sep 1995 diff --git a/lisp/emulation/viper.el b/lisp/emulation/viper.el index 3e3b4bf4e940..0d88858fe88d 100644 --- a/lisp/emulation/viper.el +++ b/lisp/emulation/viper.el @@ -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. diff --git a/lisp/files.el b/lisp/files.el index b06e5a62f385..f48e38cc6865 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -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 diff --git a/lisp/international/iso-acc.el b/lisp/international/iso-acc.el index 26fd5e8c43c9..95e72dc15c1e 100644 --- a/lisp/international/iso-acc.el +++ b/lisp/international/iso-acc.el @@ -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 ;; Version: 1.7 (modified) diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index a8efb765c133..db549fa55ce1 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el @@ -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 diff --git a/lisp/mail/rmailsum.el b/lisp/mail/rmailsum.el index cdc3c22597d5..799f14d0bb8f 100644 --- a/lisp/mail/rmailsum.el +++ b/lisp/mail/rmailsum.el @@ -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 diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el index e728e0e196af..4047c18ca384 100644 --- a/lisp/mail/sendmail.el +++ b/lisp/mail/sendmail.el @@ -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 diff --git a/lisp/mail/undigest.el b/lisp/mail/undigest.el index aab523f9e6fb..d73d4094580c 100644 --- a/lisp/mail/undigest.el +++ b/lisp/mail/undigest.el @@ -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 diff --git a/lisp/progmodes/cmacexp.el b/lisp/progmodes/cmacexp.el index 0a7734041869..168dcc9f623d 100644 --- a/lisp/progmodes/cmacexp.el +++ b/lisp/progmodes/cmacexp.el @@ -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` -;; 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 diff --git a/lisp/progmodes/hideshow.el b/lisp/progmodes/hideshow.el index c19f90e27da0..17b24e00fe38 100644 --- a/lisp/progmodes/hideshow.el +++ b/lisp/progmodes/hideshow.el @@ -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 ;; Version: 3.4 diff --git a/lisp/ps-print.el b/lisp/ps-print.el index 8dc5605e7f48..7ae9814e45fe 100644 --- a/lisp/ps-print.el +++ b/lisp/ps-print.el @@ -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 +;; Maintainer: FSF ;; Keywords: print, PostScript ;; This file is part of GNU Emacs. diff --git a/lisp/startup.el b/lisp/startup.el index db74a389f667..3b6b85570a58 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -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 diff --git a/lisp/term/pc-win.el b/lisp/term/pc-win.el index 5e5f9aea36fd..1b43a72dd7b1 100644 --- a/lisp/term/pc-win.el +++ b/lisp/term/pc-win.el @@ -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 -;; Version: 1,00 +;; Maintainer: FSF ;; This file is part of GNU Emacs. diff --git a/lisp/textmodes/fill.el b/lisp/textmodes/fill.el index b65b291d8d8c..2164a002465d 100644 --- a/lisp/textmodes/fill.el +++ b/lisp/textmodes/fill.el @@ -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 diff --git a/lisp/textmodes/tex-mode.el b/lisp/textmodes/tex-mode.el index 312ada43fab3..f0a99ba5c8f2 100644 --- a/lisp/textmodes/tex-mode.el +++ b/lisp/textmodes/tex-mode.el @@ -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 diff --git a/lisp/time.el b/lisp/time.el index f3453c0bff10..473135d57002 100644 --- a/lisp/time.el +++ b/lisp/time.el @@ -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 diff --git a/lisp/vc-hooks.el b/lisp/vc-hooks.el index 4ac1668c8421..43065a2ddbc5 100644 --- a/lisp/vc-hooks.el +++ b/lisp/vc-hooks.el @@ -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 ;; Modified by: diff --git a/lisp/vc.el b/lisp/vc.el index b4c6f9e19e89..d8605b9fa12e 100644 --- a/lisp/vc.el +++ b/lisp/vc.el @@ -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 ;; Modified by: