# HG changeset patch # User Gerd Moellmann # Date 956063040 0 # Node ID 5e9674136340fc66cad112dc91eacd0c167bee40 # Parent ca502ca298205fed50eda16c3ae3cb2cafdda1f3 Customization fix, doc fix. (ps-multibyte-buffer): Customization fix. diff -r ca502ca29820 -r 5e9674136340 lisp/ps-mule.el --- a/lisp/ps-mule.el Tue Apr 18 13:02:55 2000 +0000 +++ b/lisp/ps-mule.el Tue Apr 18 13:04:00 2000 +0000 @@ -1,13 +1,13 @@ ;;; ps-mule.el --- Provide multi-byte character facility to ps-print. -;; Copyright (C) 1998, 1999 Free Software Foundation, Inc. +;; Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc. ;; Author: Vinicius Jose Latorre ;; Author: Kenichi Handa (multi-byte characters) ;; Maintainer: Kenichi Handa (multi-byte characters) ;; Maintainer: Vinicius Jose Latorre ;; Keywords: wp, print, PostScript, multibyte, mule -;; Time-stamp: <99/12/11 20:09:24 vinicius> +;; Time-stamp: <2000/04/17 11:28:09 vinicius> ;; This file is part of GNU Emacs. @@ -136,8 +136,8 @@ `ps-header-font-family' and `ps-font-info-database'. Any other value is treated as nil." - :type '(choice (const non-latin-printer) (const bdf-font) - (const bdf-font-except-latin) (other :tag "nil" nil)) + :type '(choice (const non-latin-printer) (const bdf-font) + (const bdf-font-except-latin) (const :tag "nil" nil)) :group 'ps-print-font)