comparison src/emacs.c @ 84829:534b1b9b7dcd

(standard_args): Change priority of "--no-splash" from 40 to 3. Add "--no-desktop" with the same priority.
author Juri Linkov <juri@jurta.org>
date Mon, 24 Sep 2007 00:59:18 +0000
parents 2a69b973fae2
children 166fdd1797fe bdb3fe0ba9fa
comparison
equal deleted inserted replaced
84828:c7006132af93 84829:534b1b9b7dcd
1820 { "-Q", "--quick", 55, 0 }, 1820 { "-Q", "--quick", 55, 0 },
1821 { "-quick", 0, 55, 0 }, 1821 { "-quick", 0, 55, 0 },
1822 { "-q", "--no-init-file", 50, 0 }, 1822 { "-q", "--no-init-file", 50, 0 },
1823 { "-no-init-file", 0, 50, 0 }, 1823 { "-no-init-file", 0, 50, 0 },
1824 { "-no-site-file", "--no-site-file", 40, 0 }, 1824 { "-no-site-file", "--no-site-file", 40, 0 },
1825 { "-no-splash", "--no-splash", 40, 0 },
1826 { "-u", "--user", 30, 1 }, 1825 { "-u", "--user", 30, 1 },
1827 { "-user", 0, 30, 1 }, 1826 { "-user", 0, 30, 1 },
1828 { "-debug-init", "--debug-init", 20, 0 }, 1827 { "-debug-init", "--debug-init", 20, 0 },
1829 { "-nbi", "--no-bitmap-icon", 15, 0 }, 1828 { "-nbi", "--no-bitmap-icon", 15, 0 },
1830 { "-iconic", "--iconic", 15, 0 }, 1829 { "-iconic", "--iconic", 15, 0 },
1855 { "-rv", 0, 5, 0 }, 1854 { "-rv", 0, 5, 0 },
1856 { "-reverse", 0, 5, 0 }, 1855 { "-reverse", 0, 5, 0 },
1857 { "-hb", "--horizontal-scroll-bars", 5, 0 }, 1856 { "-hb", "--horizontal-scroll-bars", 5, 0 },
1858 { "-vb", "--vertical-scroll-bars", 5, 0 }, 1857 { "-vb", "--vertical-scroll-bars", 5, 0 },
1859 { "-color", "--color", 5, 0}, 1858 { "-color", "--color", 5, 0},
1859 { "-no-splash", "--no-splash", 3, 0 },
1860 { "-no-desktop", "--no-desktop", 3, 0 },
1860 /* These have the same priority as ordinary file name args, 1861 /* These have the same priority as ordinary file name args,
1861 so they are not reordered with respect to those. */ 1862 so they are not reordered with respect to those. */
1862 { "-L", "--directory", 0, 1 }, 1863 { "-L", "--directory", 0, 1 },
1863 { "-directory", 0, 0, 1 }, 1864 { "-directory", 0, 0, 1 },
1864 { "-l", "--load", 0, 1 }, 1865 { "-l", "--load", 0, 1 },