Mercurial > emacs
comparison lisp/ps-print.el @ 38445:d91aa21f1e78
Author header fix.
author | Pavel Janík <Pavel@Janik.cz> |
---|---|
date | Mon, 16 Jul 2001 14:36:26 +0000 |
parents | b174db545cfd |
children | 7ef80e3474d9 |
comparison
equal
deleted
inserted
replaced
38444:d44d24525572 | 38445:d91aa21f1e78 |
---|---|
1 ;;; ps-print.el --- Print text from the buffer as PostScript | 1 ;;; ps-print.el --- print text from the buffer as PostScript |
2 | 2 |
3 ;; Copyright (C) 1993,94,95,96,97,98,99,00,2001 | 3 ;; Copyright (C) 1993,94,95,96,97,98,99,00,2001 |
4 ;; Free Software Foundation, Inc. | 4 ;; Free Software Foundation, Inc. |
5 | 5 |
6 ;; Author: Jim Thompson (was <thompson@wg2.waii.com>) | 6 ;; Author: Jim Thompson (was <thompson@wg2.waii.com>) |
7 ;; Author: Jacques Duthen (was <duthen@cegelec-red.fr>) | 7 ;; Jacques Duthen (was <duthen@cegelec-red.fr>) |
8 ;; Author: Vinicius Jose Latorre <vinicius@cpqd.com.br> | 8 ;; Vinicius Jose Latorre <vinicius@cpqd.com.br> |
9 ;; Author: Kenichi Handa <handa@etl.go.jp> (multi-byte characters) | 9 ;; Kenichi Handa <handa@etl.go.jp> (multi-byte characters) |
10 ;; Maintainer: Kenichi Handa <handa@etl.go.jp> (multi-byte characters) | 10 ;; Maintainer: Kenichi Handa <handa@etl.go.jp> (multi-byte characters) |
11 ;; Maintainer: Vinicius Jose Latorre <vinicius@cpqd.com.br> | 11 ;; Vinicius Jose Latorre <vinicius@cpqd.com.br> |
12 ;; Keywords: wp, print, PostScript | 12 ;; Keywords: wp, print, PostScript |
13 ;; Time-stamp: <2001/06/19 11:01:09 vinicius> | 13 ;; Time-stamp: <2001/06/19 11:01:09 vinicius> |
14 ;; Version: 6.5.3 | 14 ;; Version: 6.5.3 |
15 ;; X-URL: http://www.cpqd.com.br/~vinicius/emacs/ | 15 ;; X-URL: http://www.cpqd.com.br/~vinicius/emacs/ |
16 | 16 |
17 (defconst ps-print-version "6.5.3" | 17 (defconst ps-print-version "6.5.3" |
18 "ps-print.el, v 6.5.3 <2001/06/19 vinicius> | 18 "ps-print.el, v 6.5.3 <2001/06/19 vinicius> |
19 | 19 |
20 Vinicius's last change version -- this file may have been edited as part of | 20 Vinicius's last change version -- this file may have been edited as part of |