Test for set-buffer-multibyte rather than using mule-version.

This commit is contained in:
Karl Heuer 1998-09-23 23:25:48 +00:00
parent 2e435b7f41
commit 1c9320f14a

View file

@ -2804,7 +2804,7 @@ which long lines wrap around."
;; 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 @@ 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))