Mercurial > emacs
comparison nt/cmdproxy.c @ 106822:0d5d2e53a07c
from trunk
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Thu, 14 Jan 2010 12:54:04 +0900 |
parents | 1d1d5d9bd884 |
children | d12162869c07 b09078962d7c |
comparison
equal
deleted
inserted
replaced
106812:23c562723a8d | 106822:0d5d2e53a07c |
---|---|
1 /* Proxy shell designed for use with Emacs on Windows 95 and NT. | 1 /* Proxy shell designed for use with Emacs on Windows 95 and NT. |
2 Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, | 2 Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007, |
3 2008, 2009 Free Software Foundation, Inc. | 3 2008, 2009, 2010 Free Software Foundation, Inc. |
4 | 4 |
5 Accepts subset of Unix sh(1) command-line options, for compatibility | 5 Accepts subset of Unix sh(1) command-line options, for compatibility |
6 with elisp code written for Unix. When possible, executes external | 6 with elisp code written for Unix. When possible, executes external |
7 programs directly (a common use of /bin/sh by Emacs), otherwise | 7 programs directly (a common use of /bin/sh by Emacs), otherwise |
8 invokes the user-specified command processor to handle built-in shell | 8 invokes the user-specified command processor to handle built-in shell |