From 30ae06fc5a9d3b172090aef0e58af8a586196804 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Mon, 7 Sep 1998 13:39:15 +0000 Subject: [PATCH] To make it work also on Emacs 20.2 and the earlier version, check the value of mule-version. --- lisp/ps-print.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ps-print.el b/lisp/ps-print.el index 6a652b42b87..a44cfbee235 100644 --- a/lisp/ps-print.el +++ b/lisp/ps-print.el @@ -2798,7 +2798,7 @@ which long lines wrap around." ;; Maintainer: Kenichi Handa (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) -- 2.39.2