]> git.eshelyaron.com Git - emacs.git/commitdiff
(w32-system-shells): Add TCC (new name for 4NT).
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 4 Feb 2008 22:46:47 +0000 (22:46 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 4 Feb 2008 22:46:47 +0000 (22:46 +0000)
lisp/ChangeLog
lisp/w32-vars.el

index d7c4a1206468497504ce685c7c88072ad8e7f21c..66c29fe83f3f678269e3fa68f71421046e0988c2 100644 (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):
index 019962a898c7cdef313d90bcaf644b3608324095..f660501a3417e8fbb31b948758b25af823853d7d 100644 (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)