From: kaoru Date: Fri, 27 Oct 2000 01:23:57 +0000 (+0000) Subject: * utils/ptexinfmt.el (texinfo-format-printindex): Mule for Windows X-Git-Tag: wl-2_4-root~65 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=6ca9acd29bf8f5fb007ad7bf414f4619d42fcda9;p=elisp%2Fwanderlust.git * utils/ptexinfmt.el (texinfo-format-printindex): Mule for Windows detection fixed. --- diff --git a/ChangeLog b/ChangeLog index 397cf5a..fc11d1d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-10-27 TAKAHASHI Kaoru + + * utils/ptexinfmt.el (texinfo-format-printindex): Mule for Windows + detection fixed. + 2000-10-25 TAKAHASHI Kaoru * Makefile (mostlyclean-dvi, clean-dvi): New target. diff --git a/utils/ptexinfmt.el b/utils/ptexinfmt.el index eeb46fd..711ccd5 100644 --- a/utils/ptexinfmt.el +++ b/utils/ptexinfmt.el @@ -48,8 +48,9 @@ (broken-facility texinfo-format-printindex "Can't sort on Mule for Windows." (if (and (memq system-type '(windows-nt ms-dos)) +;;; I don't know version threshold. ;;; (string< texinfmt-version "2.37 of 24 May 1997") - (not (featurep 'meadow))) + (boundp 'MULE) (not (featurep 'meadow))) nil t) ptexinfmt-disable-broken-notice)