aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2008-02-04 22:46:47 +0000
committerJuanma Barranquero <[email protected]>2008-02-04 22:46:47 +0000
commit4caf292da65c090bd7ad9b56a69fc5f5472a2088 (patch)
tree68f01f50655f833683b7142f3e59292ab632d1c3 /lisp
parentf4c4910c9e72b4e3f3cbfed42b0203cde1e8f22f (diff)
(w32-system-shells): Add TCC (new name for 4NT).
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/w32-vars.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d7c4a12064..66c29fe83f 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2008-02-04 Juanma Barranquero <[email protected]>
+
+ * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
+
2008-02-04 Michael McNamara <[email protected]>
* progmodes/verilog-mode.el (verilog-declaration-core-re):
diff --git a/lisp/w32-vars.el b/lisp/w32-vars.el
index 019962a898..f660501a34 100644
--- a/lisp/w32-vars.el
+++ b/lisp/w32-vars.el
@@ -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)