From: Kenichi Handa Date: Mon, 7 Sep 1998 13:39:15 +0000 (+0000) Subject: To make it work also on Emacs 20.2 and the earlier X-Git-Tag: emacs-20.4~1745 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=30ae06fc5a9d3b172090aef0e58af8a586196804;p=emacs.git To make it work also on Emacs 20.2 and the earlier version, check the value of mule-version. --- 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)