X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lisp%2Finfo.el;h=41cfc46f749ed9b8bf97066767650a67dac8e2d0;hb=8017e282e6aa2f296b8068ccb280286d9689f2e5;hp=8296b9c78573a220e44bf072074d42ee484ec830;hpb=d81014e89b5102527e5b50aac62edeed2955671d;p=chise%2Fxemacs-chise.git.1 diff --git a/lisp/info.el b/lisp/info.el index 8296b9c..41cfc46 100644 --- a/lisp/info.el +++ b/lisp/info.el @@ -1510,7 +1510,7 @@ versions of NAME. Only the suffixes are tried." (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)