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: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/src/emacs.c
Date: Sun, 13 Jan 2002 07:19:31 -0500

Index: emacs/src/emacs.c
diff -c emacs/src/emacs.c:1.297 emacs/src/emacs.c:1.298
*** emacs/src/emacs.c:1.297     Sat Dec 22 09:00:05 2001
--- emacs/src/emacs.c   Sun Jan 13 07:19:31 2002
***************
*** 267,272 ****
--- 267,275 ----
  --display, -d DISPLAY         use X server DISPLAY\n\
  --font, -fn FONT              default font; must be fixed-width\n\
  --foreground-color, -fg COLOR window foreground color\n\
+ --fullscreen, -fs             make first frame fullscreen\n\
+ --fullwidth, -fw              make the first frame wide as the screen\n\
+ --fullheight, -fh             make the first frame high as the screen\n\
  --geometry, -g GEOMETRY               window geometry\n\
  --iconic                      start Emacs in iconified state\n\
  --icon-type, -i                       use picture of gnu for Emacs icon\n\
***************
*** 1660,1665 ****
--- 1663,1671 ----
    { "-cr", "--cursor-color", 10, 1 },
    { "-fn", "--font", 10, 1 },
    { "-font", 0, 10, 1 },
+   { "-fs", "--fullscreen", 10, 0 },
+   { "-fw", "--fullwidth", 10, 0 },
+   { "-fh", "--fullheight", 10, 0 },
    { "-g", "--geometry", 10, 1 },
    { "-geometry", 0, 10, 1 },
    { "-T", "--title", 10, 1 },



reply via email to

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