* utils/ptexinfmt.el (texinfo-format-printindex): Use (featurep
authorkaoru <kaoru>
Tue, 26 Sep 2000 20:34:31 +0000 (20:34 +0000)
committerkaoru <kaoru>
Tue, 26 Sep 2000 20:34:31 +0000 (20:34 +0000)
'meadow) instead of `texinfmt-version'.

utils/ptexinfmt.el

index 2f5ec13..a129355 100644 (file)
 
 ;; 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