mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-27 07:37:33 +00:00
Comment change.
This commit is contained in:
parent
f5632218b0
commit
9596811a3d
@ -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.
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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:
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user