Give more specific example of "load" function in einfo message.
authorUlrich Müller <ulm@gentoo.org>
Fri, 27 Apr 2007 16:10:48 +0000 (16:10 +0000)
committerUlrich Müller <ulm@gentoo.org>
Fri, 27 Apr 2007 16:10:48 +0000 (16:10 +0000)
eclass/elisp-common.eclass

index 98d217ecc3ae6ee07aff1ba9d1784d4f515b64b4..3a788bfc8ec53aba32521821a5b88e3728e84f18 100644 (file)
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/elisp-common.eclass,v 1.18 2007/04/19 13:26:37 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/elisp-common.eclass,v 1.19 2007/04/27 16:10:48 ulm Exp $
 #
 # Copyright 2007 Christian Faulhammer <opfer@gentoo.org>
 # Copyright 2002-2007 Matthew Kennedy <mkennedy@gentoo.org>
@@ -169,7 +169,7 @@ site-start.el if there is such a file.
 In order for this site initialization to be loaded for all users
 automatically, as was done previously, you can add a line like this:
 
-       (load "/usr/share/emacs/site-lisp/site-gentoo")
+       (load "/usr/share/emacs/site-lisp/site-gentoo" nil t)
 
 to /usr/share/emacs/site-lisp/site-start.el.  Alternatively, that line
 can be added by individual users to their initialization files, or for