1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-30 11:09:23 +00:00

(texinfo-format-printindex):

Treat windows-nt and ms-dos like vax-vms.
This commit is contained in:
Richard M. Stallman 1996-08-30 03:47:47 +00:00
parent 4fcb3ccf63
commit b53e01dc02

View File

@ -2084,7 +2084,7 @@ Default is to leave paragraph indentation as is."
(setq opoint (point))
(texinfo-print-index nil indexelts)
(if (eq system-type 'vax-vms)
(if (memq system-type '(vax-vms windows-nt ms-dos))
(texinfo-sort-region opoint (point))
(shell-command-on-region opoint (point) "sort -fd" 1))))