summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2007-09-02 20:11:16 +0000
committerUlrich Müller <ulm@gentoo.org>2007-09-02 20:11:16 +0000
commitba67bf01f78d5399426ae9ebe9c5135b9ada8f29 (patch)
treee5d872895cdd62b7054b621b8a801df868f75ba2 /app-emacs/cedet
parentKeyworded ~alpha (diff)
downloadgentoo-2-ba67bf01f78d5399426ae9ebe9c5135b9ada8f29.tar.gz
gentoo-2-ba67bf01f78d5399426ae9ebe9c5135b9ada8f29.tar.bz2
gentoo-2-ba67bf01f78d5399426ae9ebe9c5135b9ada8f29.zip
Suppress startup message.
(Portage version: 2.1.3.7)
Diffstat (limited to 'app-emacs/cedet')
-rw-r--r--app-emacs/cedet/ChangeLog5
-rw-r--r--app-emacs/cedet/files/60cedet-gentoo.el2
2 files changed, 5 insertions, 2 deletions
diff --git a/app-emacs/cedet/ChangeLog b/app-emacs/cedet/ChangeLog
index 87be5c66a5e9..664a6fd245df 100644
--- a/app-emacs/cedet/ChangeLog
+++ b/app-emacs/cedet/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emacs/cedet
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/cedet/ChangeLog,v 1.29 2007/09/02 12:42:44 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/cedet/ChangeLog,v 1.30 2007/09/02 20:11:16 ulm Exp $
+
+ 02 Sep 2007; Ulrich Mueller <ulm@gentoo.org> files/60cedet-gentoo.el:
+ Suppress startup message.
02 Sep 2007; Christoph Mende <angelos@gentoo.org>
cedet-1.0_pre4-r1.ebuild:
diff --git a/app-emacs/cedet/files/60cedet-gentoo.el b/app-emacs/cedet/files/60cedet-gentoo.el
index 1f3360fae070..fb345e79c607 100644
--- a/app-emacs/cedet/files/60cedet-gentoo.el
+++ b/app-emacs/cedet/files/60cedet-gentoo.el
@@ -1,7 +1,7 @@
;;; cedet site-lisp configuration
-(load "@SITELISP@/common/cedet")
+(load "@SITELISP@/common/cedet" nil t)
;; If you wish to customize CEDET, you will need to follow the
;; directions in the INSTALL (installed in the documentation) file and