Mercurial > emacs
changeset 80026:4c5a74fdf2d2
(w32-system-shells): Add TCC (new name for 4NT).
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Mon, 04 Feb 2008 22:43:55 +0000 |
parents | f162659514ca |
children | bb88190aff7d |
files | lisp/w32-vars.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/w32-vars.el Mon Feb 04 16:54:05 2008 +0000 +++ b/lisp/w32-vars.el Mon Feb 04 22:43:55 2008 +0000 @@ -53,7 +53,7 @@ (defcustom w32-system-shells '("cmd" "cmd.exe" "command" "command.com" "4nt" "4nt.exe" "4dos" "4dos.exe" - "ndos" "ndos.exe") + "tcc" "tcc.exe" "ndos" "ndos.exe") "*List of strings recognized as Windows NT/9X system shells." :type '(repeat string) :group 'w32)