comparison lisp/ps-mule.el @ 28631:5e9674136340

Customization fix, doc fix. (ps-multibyte-buffer): Customization fix.
author Gerd Moellmann <gerd@gnu.org>
date Tue, 18 Apr 2000 13:04:00 +0000
parents 1e00f7f6655c
children 33994562b445
comparison
equal deleted inserted replaced
28630:ca502ca29820 28631:5e9674136340
1 ;;; ps-mule.el --- Provide multi-byte character facility to ps-print. 1 ;;; ps-mule.el --- Provide multi-byte character facility to ps-print.
2 2
3 ;; Copyright (C) 1998, 1999 Free Software Foundation, Inc. 3 ;; Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc.
4 4
5 ;; Author: Vinicius Jose Latorre <vinicius@cpqd.com.br> 5 ;; Author: Vinicius Jose Latorre <vinicius@cpqd.com.br>
6 ;; Author: Kenichi Handa <handa@etl.go.jp> (multi-byte characters) 6 ;; Author: Kenichi Handa <handa@etl.go.jp> (multi-byte characters)
7 ;; Maintainer: Kenichi Handa <handa@etl.go.jp> (multi-byte characters) 7 ;; Maintainer: Kenichi Handa <handa@etl.go.jp> (multi-byte characters)
8 ;; Maintainer: Vinicius Jose Latorre <vinicius@cpqd.com.br> 8 ;; Maintainer: Vinicius Jose Latorre <vinicius@cpqd.com.br>
9 ;; Keywords: wp, print, PostScript, multibyte, mule 9 ;; Keywords: wp, print, PostScript, multibyte, mule
10 ;; Time-stamp: <99/12/11 20:09:24 vinicius> 10 ;; Time-stamp: <2000/04/17 11:28:09 vinicius>
11 11
12 ;; This file is part of GNU Emacs. 12 ;; This file is part of GNU Emacs.
13 13
14 ;; GNU Emacs is free software; you can redistribute it and/or modify 14 ;; GNU Emacs is free software; you can redistribute it and/or modify
15 ;; it under the terms of the GNU General Public License as published by 15 ;; it under the terms of the GNU General Public License as published by
134 need to use both latin and non-latin characters on 134 need to use both latin and non-latin characters on
135 the same buffer. See `ps-font-family', 135 the same buffer. See `ps-font-family',
136 `ps-header-font-family' and `ps-font-info-database'. 136 `ps-header-font-family' and `ps-font-info-database'.
137 137
138 Any other value is treated as nil." 138 Any other value is treated as nil."
139 :type '(choice (const non-latin-printer) (const bdf-font) 139 :type '(choice (const non-latin-printer) (const bdf-font)
140 (const bdf-font-except-latin) (other :tag "nil" nil)) 140 (const bdf-font-except-latin) (const :tag "nil" nil))
141 :group 'ps-print-font) 141 :group 'ps-print-font)
142 142
143 143
144 ;; For Emacs 20.2 and the earlier version. 144 ;; For Emacs 20.2 and the earlier version.
145 (eval-and-compile 145 (eval-and-compile