diff options
| author | Richard M. Stallman | 1997-07-27 20:04:29 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-07-27 20:04:29 +0000 |
| commit | 27f20fc1205c4ade7e05534410a7e20f072982b0 (patch) | |
| tree | e50aa853da651cca505582cb029f1f50a8911891 | |
| parent | c61005b96d00f639613adcab2cc4aa28ecc60b01 (diff) | |
| download | emacs-27f20fc1205c4ade7e05534410a7e20f072982b0.tar.gz emacs-27f20fc1205c4ade7e05534410a7e20f072982b0.zip | |
Comment change.
| -rw-r--r-- | lisp/emulation/edt-pc.el | 4 | ||||
| -rw-r--r-- | lisp/ps-print.el | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/lisp/emulation/edt-pc.el b/lisp/emulation/edt-pc.el index 0130c98919c..0cd9ece4498 100644 --- a/lisp/emulation/edt-pc.el +++ b/lisp/emulation/edt-pc.el | |||
| @@ -2,8 +2,8 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1986, 1994, 1995 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1986, 1994, 1995 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Kevin Gallagher <kgallagh@spd.dsccc.com> | 5 | ;; Author: Kevin Gallagher <kevingal@onramp.net> |
| 6 | ;; Maintainer: Kevin Gallagher <kgallagh@spd.dsccc.com> | 6 | ;; Maintainer: Kevin Gallagher <kevingal@onramp.net> |
| 7 | ;; Keywords: emulations | 7 | ;; Keywords: emulations |
| 8 | 8 | ||
| 9 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/ps-print.el b/lisp/ps-print.el index 7bd12649978..2ca7632a8e7 100644 --- a/lisp/ps-print.el +++ b/lisp/ps-print.el | |||
| @@ -1,9 +1,10 @@ | |||
| 1 | ;;; ps-print.el --- Jim's Pretty-Good PostScript Generator for Emacs 19. | 1 | ;;; ps-print.el --- Jim's Pretty-Good PostScript Generator for Emacs 19. |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 1994, 1995, 1996 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1993, 1994, 1995, 1996, 1997 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Jim Thompson (was <thompson@wg2.waii.com>) | 5 | ;; Author: Jim Thompson (was <thompson@wg2.waii.com>) |
| 6 | ;; Maintainer: Jacques Duthen <duthen@club-internet.fr> | 6 | ;; Author: Jacques Duthen <duthen@club-internet.fr> |
| 7 | ;; Maintainer: Vinicius Jose Latorre <vinicius@cpqd.br> | ||
| 7 | ;; Keywords: print, PostScript | 8 | ;; Keywords: print, PostScript |
| 8 | ;; Time-stamp: <97/01/09 13:52:08 duthen> | 9 | ;; Time-stamp: <97/01/09 13:52:08 duthen> |
| 9 | ;; Version: 3.04 | 10 | ;; Version: 3.04 |