From 1c9320f14a9130be67dca6448c5d023ddf73cedc Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Wed, 23 Sep 1998 23:25:48 +0000 Subject: [PATCH] Test for set-buffer-multibyte rather than using mule-version. --- lisp/ps-print.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lisp/ps-print.el b/lisp/ps-print.el index 8b62a7b2e35..98e409243fe 100644 --- a/lisp/ps-print.el +++ b/lisp/ps-print.el @@ -2804,7 +2804,7 @@ which long lines wrap around." ;; Maintainer: Kenichi Handa (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 @@ If FACE is not a valid face name, it is used default face." ) ; xemacs ; lucid - ; epoch (t ; epoch (defun ps-face-bold-p (face) (ps-xemacs-face-kind-p face 'WEIGHT_NAME "bold\\|demibold" ps-bold-faces)) -- 2.39.2