changeset 78920:28b71c901e03

(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 Sat, 29 Sep 2007 22:27:53 +0000
parents 87875c00eb06
children e8975c15d5c0
files src/emacs.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/emacs.c	Sat Sep 29 21:33:23 2007 +0000
+++ b/src/emacs.c	Sat Sep 29 22:27:53 2007 +0000
@@ -1813,7 +1813,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 },
@@ -1848,6 +1847,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 },