diff options
author | Pavel Janík <Pavel@Janik.cz> | 2001-07-16 14:36:26 +0000 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2001-07-16 14:36:26 +0000 |
commit | 652a9be93e404033d7d845ab0ddc70666edb0314 (patch) | |
tree | a290e27274beec3d58406b6a46223a1fcdeaf026 /lisp/ps-print.el | |
parent | 4391d40daa59f9f4926b7c55044899c02a14f5c3 (diff) | |
download | emacs-652a9be93e404033d7d845ab0ddc70666edb0314.tar.gz |
Author header fix.
Diffstat (limited to 'lisp/ps-print.el')
-rw-r--r-- | lisp/ps-print.el | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/lisp/ps-print.el b/lisp/ps-print.el index 515bf134427..48f401924c1 100644 --- a/lisp/ps-print.el +++ b/lisp/ps-print.el @@ -1,18 +1,18 @@ -;;; ps-print.el --- Print text from the buffer as PostScript +;;; ps-print.el --- print text from the buffer as PostScript ;; Copyright (C) 1993,94,95,96,97,98,99,00,2001 ;; Free Software Foundation, Inc. -;; Author: Jim Thompson (was <thompson@wg2.waii.com>) -;; Author: Jacques Duthen (was <duthen@cegelec-red.fr>) -;; Author: Vinicius Jose Latorre <vinicius@cpqd.com.br> -;; Author: Kenichi Handa <handa@etl.go.jp> (multi-byte characters) -;; Maintainer: Kenichi Handa <handa@etl.go.jp> (multi-byte characters) -;; Maintainer: Vinicius Jose Latorre <vinicius@cpqd.com.br> -;; Keywords: wp, print, PostScript -;; Time-stamp: <2001/06/19 11:01:09 vinicius> -;; Version: 6.5.3 -;; X-URL: http://www.cpqd.com.br/~vinicius/emacs/ +;; Author: Jim Thompson (was <thompson@wg2.waii.com>) +;; Jacques Duthen (was <duthen@cegelec-red.fr>) +;; Vinicius Jose Latorre <vinicius@cpqd.com.br> +;; Kenichi Handa <handa@etl.go.jp> (multi-byte characters) +;; Maintainer: Kenichi Handa <handa@etl.go.jp> (multi-byte characters) +;; Vinicius Jose Latorre <vinicius@cpqd.com.br> +;; Keywords: wp, print, PostScript +;; Time-stamp: <2001/06/19 11:01:09 vinicius> +;; Version: 6.5.3 +;; X-URL: http://www.cpqd.com.br/~vinicius/emacs/ (defconst ps-print-version "6.5.3" "ps-print.el, v 6.5.3 <2001/06/19 vinicius> |