diff options
author | Gerd Moellmann <gerd@gnu.org> | 2000-08-02 20:20:55 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2000-08-02 20:20:55 +0000 |
commit | 8fdd56afa43845b5bbae3c73e82091a0af99e065 (patch) | |
tree | f33e30640c00e7a4608bd57ce223c6ecaeaddfa7 /lisp/ps-mule.el | |
parent | 9c3da604d1f15bc23bf47a68fce38188e23b022a (diff) | |
download | emacs-8fdd56afa43845b5bbae3c73e82091a0af99e065.tar.gz |
Fix a customization problem on
ps-mule-font-info-database-default.
Diffstat (limited to 'lisp/ps-mule.el')
-rw-r--r-- | lisp/ps-mule.el | 18 |
1 files changed, 3 insertions, 15 deletions
diff --git a/lisp/ps-mule.el b/lisp/ps-mule.el index 7c370b9bf38..7cf3c781242 100644 --- a/lisp/ps-mule.el +++ b/lisp/ps-mule.el @@ -7,7 +7,7 @@ ;; Maintainer: Kenichi Handa <handa@etl.go.jp> (multi-byte characters) ;; Maintainer: Vinicius Jose Latorre <vinicius@cpqd.com.br> ;; Keywords: wp, print, PostScript, multibyte, mule -;; Time-stamp: <2000/04/17 11:28:09 vinicius> +;; Time-stamp: <2000/08/01 11:17:35 vinicius> ;; This file is part of GNU Emacs. @@ -226,20 +226,8 @@ See also the variable `ps-font-info-database'.") (defcustom ps-mule-font-info-database-default ps-mule-font-info-database-latin - "*The default setting to use if `ps-multibyte-buffer' is nil." - :type '(repeat :tag "Multi-Byte Buffer Database Font Default" - (list (symbol :tag "Charset") - (repeat :inline t - (list (choice :tag "Font Type" - (const normal) (const bold) - (const italic) (const bold-italic)) - (choice :tag "Font Source" - (const builtin) (const ps-bdf) - (const vflib) - (other :tag "nil" nil)) - (list (string :tag "Font Name")) - (function :tag "Encoding") - (integer :tag "Bytes"))))) + "*The default setting to use when `ps-multibyte-buffer' is nil." + :type '(symbol :tag "Multi-Byte Buffer Database Font Default") :group 'ps-print-font) (defconst ps-mule-font-info-database-ps |