aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ps-print.el
diff options
context:
space:
mode:
authorKarl Heuer <[email protected]>1998-09-23 23:25:48 +0000
committerKarl Heuer <[email protected]>1998-09-23 23:25:48 +0000
commit1c9320f14a9130be67dca6448c5d023ddf73cedc (patch)
tree2dfbc40b1e090ed3076a7b51dd59d49e1e1977b5 /lisp/ps-print.el
parent2e435b7f412720592770934a90acfbbb3b8f8282 (diff)
Test for set-buffer-multibyte rather than using mule-version.
Diffstat (limited to 'lisp/ps-print.el')
-rw-r--r--lisp/ps-print.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/ps-print.el b/lisp/ps-print.el
index 8b62a7b2e3..98e409243f 100644
--- a/lisp/ps-print.el
+++ b/lisp/ps-print.el
@@ -2804,7 +2804,7 @@ which long lines wrap around."
;; Maintainer: Kenichi Handa <[email protected]>
(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))