emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/emacs.c


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/emacs.c
Date: Thu, 28 Feb 2002 20:38:16 -0500

Index: emacs/src/emacs.c
diff -c emacs/src/emacs.c:1.298 emacs/src/emacs.c:1.299
*** emacs/src/emacs.c:1.298     Sun Jan 13 07:19:31 2002
--- emacs/src/emacs.c   Mon Jan 14 08:47:56 2002
***************
*** 263,268 ****
--- 263,272 ----
  --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,1682 ****
--- 1681,1687 ----
    { "-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 },



reply via email to

[Prev in Thread] Current Thread [Next in Thread]