]> git.eshelyaron.com Git - emacs.git/commitdiff
Test for set-buffer-multibyte rather than using mule-version.
authorKarl Heuer <kwzh@gnu.org>
Wed, 23 Sep 1998 23:25:48 +0000 (23:25 +0000)
committerKarl Heuer <kwzh@gnu.org>
Wed, 23 Sep 1998 23:25:48 +0000 (23:25 +0000)
lisp/ps-print.el

index 8b62a7b2e35a7394ad94b9eea0b2257a29885169..98e409243fe96bd5555e2f1ea6d09601c57c8db3 100644 (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))