summaryrefslogtreecommitdiff
path: root/lisp/ps-mule.el
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2000-04-18 13:04:00 +0000
committerGerd Moellmann <gerd@gnu.org>2000-04-18 13:04:00 +0000
commit9909b395845f5991a197b5425abee814d0ec4dd8 (patch)
tree1473fb1e6ece10f871badfcfb7336f88d894c5fd /lisp/ps-mule.el
parent1c7e22fd060aca74726588d4cdccdab4f9217595 (diff)
downloademacs-9909b395845f5991a197b5425abee814d0ec4dd8.tar.gz
Customization fix, doc fix.
(ps-multibyte-buffer): Customization fix.
Diffstat (limited to 'lisp/ps-mule.el')
-rw-r--r--lisp/ps-mule.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/ps-mule.el b/lisp/ps-mule.el
index fa6a1ac55cc..bf4fcf183f2 100644
--- a/lisp/ps-mule.el
+++ b/lisp/ps-mule.el
@@ -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 <vinicius@cpqd.com.br>
;; Author: Kenichi Handa <handa@etl.go.jp> (multi-byte characters)
;; 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: <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 @@ Valid values are:
`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)