diff options
| author | Karl Heuer | 1998-12-14 03:22:44 +0000 |
|---|---|---|
| committer | Karl Heuer | 1998-12-14 03:22:44 +0000 |
| commit | 3e9103768f83da3e27987071468c2ea012c24e31 (patch) | |
| tree | 47bfbf4f0039d7a8f3407639fbecb2af45a733b1 | |
| parent | fb98fa17e403a5e30d219cc17842d981f667ddbf (diff) | |
| download | emacs-3e9103768f83da3e27987071468c2ea012c24e31.tar.gz emacs-3e9103768f83da3e27987071468c2ea012c24e31.zip | |
Update comment.
| -rw-r--r-- | lisp/autoinsert.el | 2 | ||||
| -rw-r--r-- | lisp/emacs-lisp/copyright.el | 3 | ||||
| -rw-r--r-- | lisp/play/gomoku.el | 2 | ||||
| -rw-r--r-- | lisp/progmodes/ada-stmt.el | 3 | ||||
| -rw-r--r-- | lisp/progmodes/executable.el | 3 | ||||
| -rw-r--r-- | lisp/progmodes/sh-script.el | 2 | ||||
| -rw-r--r-- | lisp/skeleton.el | 2 | ||||
| -rw-r--r-- | lisp/term/wyse50.el | 2 | ||||
| -rw-r--r-- | lisp/textmodes/sgml-mode.el | 2 | ||||
| -rw-r--r-- | lisp/textmodes/two-column.el | 3 |
10 files changed, 11 insertions, 13 deletions
diff --git a/lisp/autoinsert.el b/lisp/autoinsert.el index 21e83da9794..f4675036501 100644 --- a/lisp/autoinsert.el +++ b/lisp/autoinsert.el | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | ;; Copyright (C) 1985, 86, 87, 94, 95, 98 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985, 86, 87, 94, 95, 98 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Charlie Martin <crm@cs.duke.edu> | 5 | ;; Author: Charlie Martin <crm@cs.duke.edu> |
| 6 | ;; Adapted-By: Daniel.Pfeiffer@Informatik.START.dbp.de, fax (+49 69) 7588-2389 | 6 | ;; Adapted-By: Daniel Pfeiffer <occitan@esperanto.org> |
| 7 | ;; Keywords: convenience | 7 | ;; Keywords: convenience |
| 8 | ;; Maintainer: FSF | 8 | ;; Maintainer: FSF |
| 9 | 9 | ||
diff --git a/lisp/emacs-lisp/copyright.el b/lisp/emacs-lisp/copyright.el index 54a8b86f0fa..45d5cff1b56 100644 --- a/lisp/emacs-lisp/copyright.el +++ b/lisp/emacs-lisp/copyright.el | |||
| @@ -2,8 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1991, 92, 93, 94, 95, 1998 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1991, 92, 93, 94, 95, 1998 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Daniel.Pfeiffer@Informatik.START.dbp.de | 5 | ;; Author: Daniel Pfeiffer <occitan@esperanto.org> |
| 6 | ;; fax (+49 69) 7588-2389 | ||
| 7 | ;; Keywords: maint, tools | 6 | ;; Keywords: maint, tools |
| 8 | 7 | ||
| 9 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/play/gomoku.el b/lisp/play/gomoku.el index d1a1ff890cf..90fe1623f0b 100644 --- a/lisp/play/gomoku.el +++ b/lisp/play/gomoku.el | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | ;; Copyright (C) 1988, 1994, 1996 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1988, 1994, 1996 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Philippe Schnoebelen <phs@lsv.ens-cachan.fr> | 5 | ;; Author: Philippe Schnoebelen <phs@lsv.ens-cachan.fr> |
| 6 | ;; Adapted-By: ESR, Daniel.Pfeiffer@Informatik.START.dbp.de | 6 | ;; Adapted-By: ESR, Daniel Pfeiffer <occitan@esperanto.org> |
| 7 | ;; Keywords: games | 7 | ;; Keywords: games |
| 8 | 8 | ||
| 9 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/progmodes/ada-stmt.el b/lisp/progmodes/ada-stmt.el index 8bf50cfb096..5d1bd1986a2 100644 --- a/lisp/progmodes/ada-stmt.el +++ b/lisp/progmodes/ada-stmt.el | |||
| @@ -2,7 +2,8 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1987, 1993, 1994, 1996, 1997 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1987, 1993, 1994, 1996, 1997 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Authors: Daniel Pfeiffer, Markus Heritsch, Rolf Ebert <ebert@waporo.muc.de> | 5 | ;; Authors: Daniel Pfeiffer <occitan@esperanto.org>, Markus Heritsch, |
| 6 | ;; Rolf Ebert <ebert@waporo.muc.de> | ||
| 6 | ;; Maintainer: Rolf Ebert <ebert@waporo.muc.de> | 7 | ;; Maintainer: Rolf Ebert <ebert@waporo.muc.de> |
| 7 | ;; Keywords: languages, ada | 8 | ;; Keywords: languages, ada |
| 8 | ;; Rolf Ebert's version: 2.26 | 9 | ;; Rolf Ebert's version: 2.26 |
diff --git a/lisp/progmodes/executable.el b/lisp/progmodes/executable.el index 9bd339f694a..6e999aed3b1 100644 --- a/lisp/progmodes/executable.el +++ b/lisp/progmodes/executable.el | |||
| @@ -2,8 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994, 1995, 1996 by Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1994, 1995, 1996 by Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Daniel.Pfeiffer@Informatik.START.dbp.de | 5 | ;; Author: Daniel Pfeiffer <occitan@esperanto.org> |
| 6 | ;; fax (+49 69) 7588-2389 | ||
| 7 | ;; Keywords: languages, unix | 6 | ;; Keywords: languages, unix |
| 8 | 7 | ||
| 9 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/progmodes/sh-script.el b/lisp/progmodes/sh-script.el index ded6d4b8eab..22dae00d40c 100644 --- a/lisp/progmodes/sh-script.el +++ b/lisp/progmodes/sh-script.el | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 94, 95, 96, 1997 by Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1993, 94, 95, 96, 1997 by Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Daniel.Pfeiffer@Informatik.START.dbp.de, fax (+49 69) 7588-2389 | 5 | ;; Author: Daniel Pfeiffer <occitan@esperanto.org> |
| 6 | ;; Version: 2.0e | 6 | ;; Version: 2.0e |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
| 8 | ;; Keywords: languages, unix | 8 | ;; Keywords: languages, unix |
diff --git a/lisp/skeleton.el b/lisp/skeleton.el index eb5a17e417d..b75833954fc 100644 --- a/lisp/skeleton.el +++ b/lisp/skeleton.el | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 1994, 1995, 1996 by Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1993, 1994, 1995, 1996 by Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Daniel.Pfeiffer@Informatik.START.dbp.de, fax (+49 69) 7588-2389 | 5 | ;; Author: Daniel Pfeiffer <occitan@esperanto.org> |
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: extensions, abbrev, languages, tools | 7 | ;; Keywords: extensions, abbrev, languages, tools |
| 8 | 8 | ||
diff --git a/lisp/term/wyse50.el b/lisp/term/wyse50.el index 3cb1307bb89..1c7bad6d923 100644 --- a/lisp/term/wyse50.el +++ b/lisp/term/wyse50.el | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1989, 1993, 1994 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1989, 1993, 1994 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Daniel Pfieffer <pfieffer@cix.cict.fr> January 1991 | 5 | ;; Author: Daniel Pfeiffer <occitan@esperanto.org>, |
| 6 | ;; Jim Blandy <jimb@occs.cs.oberlin.edu> | 6 | ;; Jim Blandy <jimb@occs.cs.oberlin.edu> |
| 7 | ;; Keywords: terminals | 7 | ;; Keywords: terminals |
| 8 | 8 | ||
diff --git a/lisp/textmodes/sgml-mode.el b/lisp/textmodes/sgml-mode.el index c3c63089bc8..c40c8c439b0 100644 --- a/lisp/textmodes/sgml-mode.el +++ b/lisp/textmodes/sgml-mode.el | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | ;; Copyright (C) 1992, 1995, 1996, 1998 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1992, 1995, 1996, 1998 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: James Clark <jjc@jclark.com> | 5 | ;; Author: James Clark <jjc@jclark.com> |
| 6 | ;; Adapted-By: ESR; Daniel.Pfeiffer@Informatik.START.dbp.de | 6 | ;; Adapted-By: ESR, Daniel Pfeiffer <occitan@esperanto.org>, |
| 7 | ;; F.Potorti@cnuce.cnr.it | 7 | ;; F.Potorti@cnuce.cnr.it |
| 8 | ;; Keywords: wp, hypermedia, comm, languages | 8 | ;; Keywords: wp, hypermedia, comm, languages |
| 9 | 9 | ||
diff --git a/lisp/textmodes/two-column.el b/lisp/textmodes/two-column.el index 75a8506eee5..08b7c3c8288 100644 --- a/lisp/textmodes/two-column.el +++ b/lisp/textmodes/two-column.el | |||
| @@ -2,8 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992, 1993, 1994, 1995 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1992, 1993, 1994, 1995 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Daniel.Pfeiffer@Informatik.START.dbp.de | 5 | ;; Author: Daniel Pfeiffer <occitan@esperanto.org> |
| 6 | ;; fax (+49 69) 7588-2389 | ||
| 7 | ;; Adapted-By: ESR, Daniel Pfeiffer | 6 | ;; Adapted-By: ESR, Daniel Pfeiffer |
| 8 | 7 | ||
| 9 | ;; Esperanto: English: | 8 | ;; Esperanto: English: |