changeset 23204:70e635407161

To make it work also on Emacs 20.2 and the earlier version, check the value of mule-version.
author Kenichi Handa <handa@m17n.org>
date Mon, 07 Sep 1998 13:39:15 +0000
parents a4e688757109
children 22df54cdb841
files lisp/ps-print.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ps-print.el	Mon Sep 07 13:39:15 1998 +0000
+++ b/lisp/ps-print.el	Mon Sep 07 13:39:15 1998 +0000
@@ -2798,7 +2798,7 @@
 ;; Maintainer:	Kenichi Handa <handa@etl.go.jp>
 
 (eval-and-compile
-  (if (fboundp 'set-buffer-multibyte)
+  (if (not (string< mule-version "4.0"))
       (progn
 	(defalias 'ps-mule-next-point '1+)
 	(defalias 'ps-mule-chars-in-string 'length)