/[emacs]/emacs/src/emacs.c
ViewVC logotype

Diff of /emacs/src/emacs.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.362 by kfstorm, Wed Apr 6 10:45:09 2005 UTC revision 1.363 by rms, Sun Apr 10 23:23:24 2005 UTC
# Line 1806  struct standard_args standard_args[] = Line 1806  struct standard_args standard_args[] =
1806    { "-d", "--display", 60, 1 },    { "-d", "--display", 60, 1 },
1807    { "-display", 0, 60, 1 },    { "-display", 0, 60, 1 },
1808    /* Now for the options handled in startup.el.  */    /* Now for the options handled in startup.el.  */
1809    { "-Q", "--bare-bones", 55, 0 },    { "-Q", "--quick", 55, 0 },
1810    { "-bare-bones", 0, 55, 0 },    { "-quick", 0, 55, 0 },
1811    { "-q", "--no-init-file", 50, 0 },    { "-q", "--no-init-file", 50, 0 },
1812    { "-no-init-file", 0, 50, 0 },    { "-no-init-file", 0, 50, 0 },
1813    { "-no-site-file", "--no-site-file", 40, 0 },    { "-no-site-file", "--no-site-file", 40, 0 },
# Line 1818  struct standard_args standard_args[] = Line 1818  struct standard_args standard_args[] =
1818    { "-i", "--icon-type", 15, 0 },    { "-i", "--icon-type", 15, 0 },
1819    { "-itype", 0, 15, 0 },    { "-itype", 0, 15, 0 },
1820    { "-iconic", "--iconic", 15, 0 },    { "-iconic", "--iconic", 15, 0 },
1821      { "-D", "--basic-display", 12, 0},
1822      { "--basic-display", 0, 12, 0},
1823    { "-bg", "--background-color", 10, 1 },    { "-bg", "--background-color", 10, 1 },
1824    { "-background", 0, 10, 1 },    { "-background", 0, 10, 1 },
1825    { "-fg", "--foreground-color", 10, 1 },    { "-fg", "--foreground-color", 10, 1 },

Legend:
Removed from v.1.362  
changed lines
  Added in v.1.363

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26