From: kaoru Date: Tue, 26 Sep 2000 20:34:31 +0000 (+0000) Subject: * utils/ptexinfmt.el (texinfo-format-printindex): Use (featurep X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=e8e8728715dd6e7382b013550839e1ee7e6cf834;p=elisp%2Fwanderlust.git * utils/ptexinfmt.el (texinfo-format-printindex): Use (featurep 'meadow) instead of `texinfmt-version'. --- 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