summaryrefslogtreecommitdiff
path: root/lisp/w32-vars.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2008-02-18 15:34:34 +0000
committerJuanma Barranquero <lekktu@gmail.com>2008-02-18 15:34:34 +0000
commit96e048a2d9b745d4484522b8bdb00cc076d24da3 (patch)
tree94d44f2c642bcbeb3e97691b3a364b5422331eb6 /lisp/w32-vars.el
parentf75d05eb65c74e1b17d06e89249d76e4e167724c (diff)
downloademacs-96e048a2d9b745d4484522b8bdb00cc076d24da3.tar.gz
(w32-system-shells): Add TCC (new name for 4NT.)
Diffstat (limited to 'lisp/w32-vars.el')
-rw-r--r--lisp/w32-vars.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/w32-vars.el b/lisp/w32-vars.el
index 595a00da840..03ecf5355b1 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)
@@ -134,7 +134,7 @@ X does. See `w32-fixed-font-alist' for the font menu definition."
))
"*Fonts suitable for use in Emacs.
Initially this is a list of some fixed width fonts that most people
-will have like Terminal and Courier. These fonts are used in the font
+will have like Terminal and Courier. These fonts are used in the font
menu if the variable `w32-use-w32-font-dialog' is nil."
:type '(list
(string :tag "Menu Title")