From e72dedcbdde0ad5a8139f58d9b36af05f7d248b1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ulrich=20M=C3=BCller?= Date: Fri, 27 Apr 2007 16:10:48 +0000 Subject: [PATCH] Give more specific example of "load" function in einfo message. --- eclass/elisp-common.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/elisp-common.eclass b/eclass/elisp-common.eclass index 98d217ecc3ae..3a788bfc8ec5 100644 --- a/eclass/elisp-common.eclass +++ b/eclass/elisp-common.eclass @@ -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 # Copyright 2002-2007 Matthew Kennedy @@ -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 -- 2.26.2