(w32-system-shells): Add TCC (new name for 4NT).

This commit is contained in:
Juanma Barranquero 2008-02-04 22:46:47 +00:00
parent f4c4910c9e
commit 4caf292da6
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2008-02-04 Juanma Barranquero <lekktu@gmail.com>
* w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
2008-02-04 Michael McNamara <mac@mail.brushroad.com>
* progmodes/verilog-mode.el (verilog-declaration-core-re):

View file

@ -53,7 +53,7 @@ X does. See `w32-fixed-font-alist' for the font menu definition."
(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)