From: Eli Zaretskii Date: Mon, 14 Jan 2002 13:47:56 +0000 (+0000) Subject: (USAGE2): Add the --color option. X-Git-Tag: ttn-vms-21-2-B4~17147 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d20e1b1e77e5d0462d0c9773bb54f9fa6facd471;p=emacs.git (USAGE2): Add the --color option. (standard_args): Ditto. --- diff --git a/src/emacs.c b/src/emacs.c index c38bb302a6e..eeb9002fe3c 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -263,6 +263,10 @@ Display options:\n\ --background-color, -bg COLOR window background color\n\ --border-color, -bd COLOR main border color\n\ --border-width, -bw WIDTH width of main border\n\ +--color=MODE color mode for character terminals;\n\ + MODE defaults to `auto', and can also\n\ + be `never', `auto', `always',\n\ + or a mode name like `ansi8'\n\ --cursor-color, -cr COLOR color of the Emacs cursor indicating point\n\ --display, -d DISPLAY use X server DISPLAY\n\ --font, -fn FONT default font; must be fixed-width\n\ @@ -1677,6 +1681,7 @@ struct standard_args standard_args[] = { "-reverse", 0, 5, 0 }, { "-hb", "--horizontal-scroll-bars", 5, 0 }, { "-vb", "--vertical-scroll-bars", 5, 0 }, + { "-color", "--color", 5, 0}, /* These have the same priority as ordinary file name args, so they are not reordered with respect to those. */ { "-L", "--directory", 0, 1 },