From e8e8728715dd6e7382b013550839e1ee7e6cf834 Mon Sep 17 00:00:00 2001 From: kaoru Date: Tue, 26 Sep 2000 20:34:31 +0000 Subject: [PATCH] * utils/ptexinfmt.el (texinfo-format-printindex): Use (featurep 'meadow) instead of `texinfmt-version'. --- utils/ptexinfmt.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/utils/ptexinfmt.el b/utils/ptexinfmt.el index 2f5ec13..a129355 100644 --- a/utils/ptexinfmt.el +++ b/utils/ptexinfmt.el @@ -46,13 +46,14 @@ ;; sort -fd (broken-facility texinfo-format-printindex - "Can't sort on Windows." + "Can't sort on Mule for Windows." (if (and (memq system-type '(windows-nt ms-dos)) - (string< texinfmt-version "2.37 of 24 May 1997")) +;;; (string< texinfmt-version "2.37 of 24 May 1997") + (not (featurep 'meadow))) nil t) ptexinfmt-disable-broken-notice) - + ;; @var (broken-facility texinfo-format-var "Don't perse @var argument." @@ -750,5 +751,4 @@ This command is executed when texinfmt sees @item inside @multitable." (texinfo-sort-region opoint (point)) (shell-command-on-region opoint (point) "sort -fd" 1)))) - ;;; ptexinfmt.el ends here -- 1.7.10.4