Mercurial > hg > xemacs-beta
diff lisp/info.el @ 1870:375ec21c9374
[xemacs-hg @ 2004-01-21 09:54:25 by stephent]
npak fix Info Windows subprocess <87hdypzl0g.fsf_-_@tleepslib.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Wed, 21 Jan 2004 09:54:27 +0000 |
parents | 74cb069b8417 |
children | ab71ad6ff3dd |
line wrap: on
line diff
--- a/lisp/info.el Wed Jan 21 09:03:47 2004 +0000 +++ b/lisp/info.el Wed Jan 21 09:54:27 2004 +0000 @@ -1528,7 +1528,7 @@ (format (cdr (car suff)) file) (concat (cdr (car suff)) " < " file)))) (message "%s..." command) - (call-process shell-file-name nil t nil "-c" command) + (call-process shell-file-name nil t nil shell-command-switch command) (message "") (when visit (setq buffer-file-name file)