From: Karl Heuer Date: Wed, 23 Sep 1998 23:25:48 +0000 (+0000) Subject: Test for set-buffer-multibyte rather than using mule-version. X-Git-Tag: emacs-20.4~1639 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1c9320f14a9130be67dca6448c5d023ddf73cedc;p=emacs.git Test for set-buffer-multibyte rather than using mule-version. --- 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))