# HG changeset patch # User Kenichi Handa # Date 905175555 0 # Node ID 70e635407161627f915d28fc438777e4e9bbb127 # Parent a4e6887571095089a7467bb47eb0be2ab694a7d3 To make it work also on Emacs 20.2 and the earlier version, check the value of mule-version. diff -r a4e688757109 -r 70e635407161 lisp/ps-print.el --- 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 (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)