]> git.eshelyaron.com Git - emacs.git/commitdiff
(inhibit-splash-screen): Set this.
authorzappo <zappo@users.sourceforge.net>
Tue, 11 Mar 2008 02:35:54 +0000 (02:35 +0000)
committerEdward John Steere <edward.steere@gmail.com>
Wed, 25 Jan 2017 15:40:06 +0000 (17:40 +0200)
test/manual/cedet/cit-load.el

index d17e49056318df86d48d3efa39874f4c6a9cecb9..748cf4cc3a79a22b99f606bd579525aae1b2d2bd 100644 (file)
@@ -3,7 +3,7 @@
 ;; Copyright (C) 2008 Eric M. Ludlam
 
 ;; Author: Eric M. Ludlam <eric@siege-engine.com>
-;; X-RCS: $Id: cit-load.el,v 1.2 2008-02-24 18:24:42 zappo Exp $
+;; X-RCS: $Id: cit-load.el,v 1.3 2008-03-11 02:35:54 zappo Exp $
 
 ;; This program is free software; you can redistribute it and/or
 ;; modify it under the terms of the GNU General Public License as
@@ -33,6 +33,8 @@
     dir)
   "Src dir to CIT testing suite.")
 
+(setq inhibit-splash-screen t)
+
 (require 'cedet-integ-test)
 
 (provide 'cit-load)