]> git.eshelyaron.com Git - emacs.git/commitdiff
Comment change.
authorRichard M. Stallman <rms@gnu.org>
Sat, 2 Mar 1996 06:37:35 +0000 (06:37 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 2 Mar 1996 06:37:35 +0000 (06:37 +0000)
24 files changed:
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

index 047b77eb37193d4d2a8cd4931d82381f02831299..f0d5ca804930068685126aeb1a04d8f5498909be 100644 (file)
@@ -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.
index e3fbe7c41fcf02bf5a698b4ca8dd3d5de0909f6f..bdb9ef4364db7e5f8d32533421e4eebac67aa234 100644 (file)
@@ -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>
index cb440398b5474d39407296136b9249aa7fe527a3..97dfd36726cb17c544bcb8dbf05e0965927429ab 100644 (file)
@@ -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>
index 39d4a8991219dd931d534a3766f5a44172b44fb0..95938f9ffdc0451813fa19d1ff79de30e38f5251 100644 (file)
@@ -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
index 9032e64ef5e3f647f807143f63965b73f54fc305..9ac8197ab64f7ed04a371d3a3f1ef65a915a5858 100644 (file)
@@ -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
index 1970bd588b2f8869c34f0f80f1ce1d4cc8ea9542..ea29b880bb370001b2f90aac0420349c42d64229 100644 (file)
@@ -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
index 4c1103b40d9092b70dfee9a9d249f776cb6db5a2..b4bc0812bbc52f51a570a5ec52a5b5115d16af51 100644 (file)
@@ -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
index 3e3b4bf4e9404d380608ed488f1c80092b55af84..0d88858fe88d2bb413ba7ea92de8d872e944fc9a 100644 (file)
@@ -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.
 
index b06e5a62f3851e00fcc41b3bc6a7a10648327923..f48e38cc68654e06a4df2bc1edc07ea6e1a9d2c8 100644 (file)
@@ -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
 
index 26fd5e8c43c9521cdc3943fbc004af8f51169db0..95e72dc15c1e94981a9852cdf4aff8bb0638db95 100644 (file)
@@ -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)
index a8efb765c133bc726d239f4483ed179e83390d17..db549fa55ce1919d714bcb9b31728a85c0397617 100644 (file)
@@ -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
index cdc3c22597d5aa88b834bacf3638b69c079144e4..799f14d0bb8f2c133e24719d12ca32a3cbacf86e 100644 (file)
@@ -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
index e728e0e196afc61966d277f1972a5787706b6433..4047c18ca3847498a4765397bad7e95e8360ef73 100644 (file)
@@ -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
index aab523f9e6fb009ecc30cff75d55f0c43c4871d1..d73d4094580c5ffdda460f15f26f00bb027c77ce 100644 (file)
@@ -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
index 0a7734041869f738d30796290206fd84ee13caf2..168dcc9f623d3c6bd5cd6be4969a35dfae0fbaa0 100644 (file)
@@ -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
 
index c19f90e27da0f301d930d353ef36ea75391eb776..17b24e00fe38a0446c9644a5df8d1cf57d8a7c85 100644 (file)
@@ -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
index 8dc5605e7f48116fa41f1e501acd553b7228f113..7ae9814e45fe926d63ac5a1d8cb6cd95c0d25202 100644 (file)
@@ -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.
index db74a389f667e8896ebbea49711b052c928e9fa0..3b6b85570a58edb82a5b515eb196308dcaeb31e1 100644 (file)
@@ -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
index 5e5f9aea36fda30ed78af87118d89fcde1249e8c..1b43a72dd7b17af61fbdec2b1f5f1b1717ba727f 100644 (file)
@@ -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.
 
index b65b291d8d8cc4802d73fe5fa823ed50581dcff8..2164a002465d9a173fd2784a99a3c6ad7b5ca545 100644 (file)
@@ -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
 
index 312ada43fab39f84260c09c43ae51ff48ec4e413..f0a99ba5c8f262f10ef756f9bca3586996cb704d 100644 (file)
@@ -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
index f3453c0bff10affaedec9edd7d5b2c6a0e86cd05..473135d570020152c595b6bde1deb0cc14a6dd25 100644 (file)
@@ -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
 
index 4ac1668c84214986d7c4d5bb80803031b453d946..43065a2ddbc50f17b1a4b11f84f822e25bab1b4f 100644 (file)
@@ -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:
index b4c6f9e19e893845238b9fd24e85984a5667e27e..d8605b9fa12ef52e132543240da1d19544c9b50c 100644 (file)
@@ -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: