changeset 23310:c827f2846a3d

Test for set-buffer-multibyte rather than using mule-version.
author Karl Heuer <kwzh@gnu.org>
date Wed, 23 Sep 1998 23:25:48 +0000
parents 1c0f33283d1f
children fd4a0e88aed5
files lisp/ps-print.el
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ps-print.el	Wed Sep 23 22:24:21 1998 +0000
+++ b/lisp/ps-print.el	Wed Sep 23 23:25:48 1998 +0000
@@ -2804,7 +2804,7 @@
 ;; Maintainer:	Kenichi Handa <handa@etl.go.jp>
 
 (eval-and-compile
-  (if (not (string< mule-version "4.0"))
+  (if (fboundp 'set-buffer-multibyte)
       (progn
 	(defalias 'ps-mule-next-point '1+)
 	(defalias 'ps-mule-chars-in-string 'length)
@@ -4812,7 +4812,6 @@
        )
 					; xemacs
 					; lucid
-					; epoch
       (t				; epoch
        (defun ps-face-bold-p (face)
 	 (ps-xemacs-face-kind-p face 'WEIGHT_NAME "bold\\|demibold" ps-bold-faces))