Mercurial > emacs
changeset 91938:1306e7d92884
(w32-system-shells): Add TCC (new name for 4NT.)
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Mon, 18 Feb 2008 15:34:34 +0000 |
parents | baa074991ebd |
children | f1bf21ad35fb |
files | lisp/w32-vars.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/w32-vars.el Mon Feb 18 12:14:24 2008 +0000 +++ b/lisp/w32-vars.el Mon Feb 18 15:34:34 2008 +0000 @@ -53,7 +53,7 @@ (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 @@ )) "*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")