# HG changeset patch # User Karl Heuer # Date 906593148 0 # Node ID c827f2846a3db18dbc304d7dc69981857572dbb6 # Parent 1c0f33283d1fcadd73ae834204dcf873d895e973 Test for set-buffer-multibyte rather than using mule-version. diff -r 1c0f33283d1f -r c827f2846a3d lisp/ps-print.el --- 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 (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))