# HG changeset patch # User Gerd Moellmann # Date 965247655 0 # Node ID fb68d65b0fa36b7f33987cfbbef853e0c2b9ecf3 # Parent e4ba830b426d3212b22a28dd6abf704de0dde606 Fix a customization problem on ps-mule-font-info-database-default. diff -r e4ba830b426d -r fb68d65b0fa3 lisp/ps-mule.el --- a/lisp/ps-mule.el Wed Aug 02 20:17:01 2000 +0000 +++ b/lisp/ps-mule.el Wed Aug 02 20:20:55 2000 +0000 @@ -7,7 +7,7 @@ ;; Maintainer: Kenichi Handa (multi-byte characters) ;; Maintainer: Vinicius Jose Latorre ;; 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 @@ (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