aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2008-02-18 15:34:34 +0000
committerJuanma Barranquero2008-02-18 15:34:34 +0000
commit96e048a2d9b745d4484522b8bdb00cc076d24da3 (patch)
tree94d44f2c642bcbeb3e97691b3a364b5422331eb6
parentf75d05eb65c74e1b17d06e89249d76e4e167724c (diff)
downloademacs-96e048a2d9b745d4484522b8bdb00cc076d24da3.tar.gz
emacs-96e048a2d9b745d4484522b8bdb00cc076d24da3.zip
(w32-system-shells): Add TCC (new name for 4NT.)
-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."
53 53
54(defcustom w32-system-shells '("cmd" "cmd.exe" "command" "command.com" 54(defcustom w32-system-shells '("cmd" "cmd.exe" "command" "command.com"
55 "4nt" "4nt.exe" "4dos" "4dos.exe" 55 "4nt" "4nt.exe" "4dos" "4dos.exe"
56 "ndos" "ndos.exe") 56 "tcc" "tcc.exe" "ndos" "ndos.exe")
57 "*List of strings recognized as Windows NT/9X system shells." 57 "*List of strings recognized as Windows NT/9X system shells."
58 :type '(repeat string) 58 :type '(repeat string)
59 :group 'w32) 59 :group 'w32)
@@ -134,7 +134,7 @@ X does. See `w32-fixed-font-alist' for the font menu definition."
134 )) 134 ))
135 "*Fonts suitable for use in Emacs. 135 "*Fonts suitable for use in Emacs.
136Initially this is a list of some fixed width fonts that most people 136Initially this is a list of some fixed width fonts that most people
137will have like Terminal and Courier. These fonts are used in the font 137will have like Terminal and Courier. These fonts are used in the font
138menu if the variable `w32-use-w32-font-dialog' is nil." 138menu if the variable `w32-use-w32-font-dialog' is nil."
139 :type '(list 139 :type '(list
140 (string :tag "Menu Title") 140 (string :tag "Menu Title")