From 8f322810fd6f8cf2dd70a705892e86cc3316a6bf Mon Sep 17 00:00:00 2001 From: yamaoka Date: Fri, 27 Oct 2000 01:31:33 +0000 Subject: [PATCH] Synch with Wanderlust. --- ChangeLog | 5 +++++ lisp/ptexinfmt.el | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 21ef18f..1c68d16 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-10-27 TAKAHASHI Kaoru + + * lisp/ptexinfmt.el (texinfo-format-printindex): Mule for Windows + detection fixed. + 2000-10-26 Katsumi Yamaoka * lisp/gnus.el (gnus-group-startup-message): Rewrite for Emacs 21. diff --git a/lisp/ptexinfmt.el b/lisp/ptexinfmt.el index eeb46fd..711ccd5 100644 --- a/lisp/ptexinfmt.el +++ b/lisp/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) -- 1.7.10.4