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: Jan Djärv
Subject: [Emacs-diffs] Changes to emacs/src/emacs.c
Date: Mon, 10 Oct 2005 12:14:05 -0400

Index: emacs/src/emacs.c
diff -c emacs/src/emacs.c:1.377 emacs/src/emacs.c:1.378
*** emacs/src/emacs.c:1.377     Sun Oct  9 06:57:00 2005
--- emacs/src/emacs.c   Mon Oct 10 16:13:58 2005
***************
*** 311,317 ****
  --fullscreen, -fs               make first frame fullscreen\n\
  --fullwidth, -fw                make the first frame wide as the screen\n\
  --geometry, -g GEOMETRY         window geometry\n\
! --no-bitmap-icon, -nb           do not use picture of gnu for Emacs icon\n\
  --iconic                        start Emacs in iconified state\n\
  --internal-border, -ib WIDTH    width between text and main border\n\
  --line-spacing, -lsp PIXELS     additional space to put between lines\n\
--- 311,317 ----
  --fullscreen, -fs               make first frame fullscreen\n\
  --fullwidth, -fw                make the first frame wide as the screen\n\
  --geometry, -g GEOMETRY         window geometry\n\
! --no-bitmap-icon, -nbi          do not use picture of gnu for Emacs icon\n\
  --iconic                        start Emacs in iconified state\n\
  --internal-border, -ib WIDTH    width between text and main border\n\
  --line-spacing, -lsp PIXELS     additional space to put between lines\n\
***************
*** 1828,1834 ****
    { "-u", "--user", 30, 1 },
    { "-user", 0, 30, 1 },
    { "-debug-init", "--debug-init", 20, 0 },
!   { "-nb", "--no-bitmap-icon", 15, 0 },
    { "-iconic", "--iconic", 15, 0 },
    { "-D", "--basic-display", 12, 0},
    { "-basic-display", 0, 12, 0},
--- 1828,1834 ----
    { "-u", "--user", 30, 1 },
    { "-user", 0, 30, 1 },
    { "-debug-init", "--debug-init", 20, 0 },
!   { "-nbi", "--no-bitmap-icon", 15, 0 },
    { "-iconic", "--iconic", 15, 0 },
    { "-D", "--basic-display", 12, 0},
    { "-basic-display", 0, 12, 0},




reply via email to

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