# HG changeset patch # User Juanma Barranquero # Date 1202165035 0 # Node ID 4c5a74fdf2d2adcca18da739b70aea9f914b734b # Parent f162659514ca91ee9c345467d8eadf424132a04f (w32-system-shells): Add TCC (new name for 4NT). diff -r f162659514ca -r 4c5a74fdf2d2 lisp/w32-vars.el --- 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)