Mercurial > hg > xemacs-beta
diff lisp/winnt.el @ 363:972bbb6d6ca2 r21-1-11
Import from CVS: tag r21-1-11
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:59:28 +0200 |
parents | 182f72e8cd0d |
children | a4f53d9b3154 |
line wrap: on
line diff
--- a/lisp/winnt.el Mon Aug 13 10:58:41 2007 +0200 +++ b/lisp/winnt.el Mon Aug 13 10:59:28 2007 +0200 @@ -106,8 +106,8 @@ '(("^.?.?sh\\." . nt-quote-args-double-quote)) "An alist for determining proper argument quoting given executable file name. Car of each cons must be a string, a regexp against which a file name sans -directory is matched. Cdr is a function symbol. The list is mathced in -forward order, and mathcing entry cdr's funcrion is called with a list of +directory is matched. Cdr is a function symbol. The list is matched in +forward order, and matching entry cdr's function is called with a list of strings, process arguments. It must return a string which is passed to the newly created process.