diff options
author | Vladimir Volovich <vvv@vsu.ru> | 2008-03-18 00:02:58 +0000 |
---|---|---|
committer | Vladimir Volovich <vvv@vsu.ru> | 2008-03-18 00:02:58 +0000 |
commit | 9a14b4aedac86983ddd640e7c376bdcf09e6753d (patch) | |
tree | 668f20738f57c2cd306ff015da0f55231df2f3d5 /Build/source/utils/xindy/src | |
parent | abdd2d2892b5ee0071ef7bf1a387251d74e78055 (diff) |
applied patched from the debian package xindy_2.3-1:
latex-call.dpatch
fix-echo-expansion.dpatch
fix-FHS.dpatch
help-option.dpatch
fix-stdout.dpatch
fix-manpages.dpatch
git-svn-id: svn://tug.org/texlive/trunk@7004 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/xindy/src')
-rw-r--r-- | Build/source/utils/xindy/src/base.lsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/utils/xindy/src/base.lsp b/Build/source/utils/xindy/src/base.lsp index 657ced84c7a..4158d212f7b 100644 --- a/Build/source/utils/xindy/src/base.lsp +++ b/Build/source/utils/xindy/src/base.lsp @@ -34,7 +34,7 @@ (export '(simple-condition-format-string))) ;; line 133 "base.nw" (defmacro info (&rest msg) - `(APPLY #'FORMAT *ERROR-OUTPUT* (LIST ,@msg))) + `(APPLY #'FORMAT *STANDARD-OUTPUT* (LIST ,@msg))) ;; line 138 "base.nw" (defparameter *nraw-error-message* "~&WARNING: ") |