changeset 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 c7006132af93
children f94f37cc0496
files src/emacs.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/emacs.c	Mon Sep 24 00:43:41 2007 +0000
+++ b/src/emacs.c	Mon Sep 24 00:59:18 2007 +0000
@@ -1822,7 +1822,6 @@
   { "-q", "--no-init-file", 50, 0 },
   { "-no-init-file", 0, 50, 0 },
   { "-no-site-file", "--no-site-file", 40, 0 },
-  { "-no-splash", "--no-splash", 40, 0 },
   { "-u", "--user", 30, 1 },
   { "-user", 0, 30, 1 },
   { "-debug-init", "--debug-init", 20, 0 },
@@ -1857,6 +1856,8 @@
   { "-hb", "--horizontal-scroll-bars", 5, 0 },
   { "-vb", "--vertical-scroll-bars", 5, 0 },
   { "-color", "--color", 5, 0},
+  { "-no-splash", "--no-splash", 3, 0 },
+  { "-no-desktop", "--no-desktop", 3, 0 },
   /* These have the same priority as ordinary file name args,
      so they are not reordered with respect to those.  */
   { "-L", "--directory", 0, 1 },