emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/startup.el


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/startup.el
Date: Sun, 13 Jan 2002 06:47:08 -0500

Index: emacs/lisp/startup.el
diff -c emacs/lisp/startup.el:1.283 emacs/lisp/startup.el:1.284
*** emacs/lisp/startup.el:1.283 Fri Jan 11 16:35:14 2002
--- emacs/lisp/startup.el       Sun Jan 13 06:47:08 2002
***************
*** 196,201 ****
--- 196,204 ----
      ("-reverse-video" 0 x-handle-switch reverse t)
      ("-fn" 1 x-handle-switch font)
      ("-font" 1 x-handle-switch font)
+     ("-fs" 0 x-handle-initial-switch fullscreen fullboth)
+     ("-fw" 0 x-handle-initial-switch fullscreen fullwidth)
+     ("-fh" 0 x-handle-initial-switch fullscreen fullheight)
      ("-ib" 1 x-handle-numeric-switch internal-border-width)
      ("-g" 1 x-handle-geometry)
      ("-lsp" 1 x-handle-numeric-switch line-spacing)
***************
*** 219,224 ****
--- 222,230 ----
      ("--title" 1 x-handle-switch title)
      ("--reverse-video" 0 x-handle-switch reverse t)
      ("--font" 1 x-handle-switch font)
+     ("--fullscreen" 0 x-handle-initial-switch fullscreen fullboth)
+     ("--fullwidth" 0 x-handle-initial-switch fullscreen fullwidth)
+     ("--fullheight" 0 x-handle-initial-switch fullscreen fullheight)
      ("--internal-border" 1 x-handle-numeric-switch internal-border-width)
      ("--geometry" 1 x-handle-geometry)
      ("--foreground-color" 1 x-handle-switch foreground-color)



reply via email to

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