comparison src/emacs.c @ 83285:865f9b91fdbe

Merged from miles@gnu.org--gnu-2005 (patch 56-58, 232-239) Patches applied: * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-232 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-233 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-234 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-235 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-236 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-237 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-238 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-239 Update from CVS * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-56 Update from CVS * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-57 Update from CVS * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-58 Collapse feature addition/removal within single ChangeLog entry git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-325
author Karoly Lorentey <lorentey@elte.hu>
date Fri, 08 Apr 2005 16:25:22 +0000
parents 1830bcd0eec0 09dcb6ef852f
children 9deb6323655c
comparison
equal deleted inserted replaced
83284:360860a0006f 83285:865f9b91fdbe
1804 { "-nl", "--no-loadup", 70, 0 }, 1804 { "-nl", "--no-loadup", 70, 0 },
1805 /* -d must come last before the options handled in startup.el. */ 1805 /* -d must come last before the options handled in startup.el. */
1806 { "-d", "--display", 60, 1 }, 1806 { "-d", "--display", 60, 1 },
1807 { "-display", 0, 60, 1 }, 1807 { "-display", 0, 60, 1 },
1808 /* Now for the options handled in startup.el. */ 1808 /* Now for the options handled in startup.el. */
1809 { "-Q", "--bare-bones", 55, 0 },
1810 { "-bare-bones", 0, 55, 0 },
1809 { "-q", "--no-init-file", 50, 0 }, 1811 { "-q", "--no-init-file", 50, 0 },
1810 { "-no-init-file", 0, 50, 0 }, 1812 { "-no-init-file", 0, 50, 0 },
1811 { "-no-site-file", "--no-site-file", 40, 0 }, 1813 { "-no-site-file", "--no-site-file", 40, 0 },
1812 { "-no-splash", "--no-splash", 40, 0 }, 1814 { "-no-splash", "--no-splash", 40, 0 },
1813 { "-u", "--user", 30, 1 }, 1815 { "-u", "--user", 30, 1 },