diff options
author | Ulrich Müller <ulm@gentoo.org> | 2007-04-27 16:10:48 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2007-04-27 16:10:48 +0000 |
commit | e72dedcbdde0ad5a8139f58d9b36af05f7d248b1 (patch) | |
tree | 4e686e8d152d907fecbfa9d6e6504cd8258db3bb /eclass | |
parent | Remove package.use.mask for blackdown-jdk|jre nsplugin to move it to the base... (diff) | |
download | historical-e72dedcbdde0ad5a8139f58d9b36af05f7d248b1.tar.gz historical-e72dedcbdde0ad5a8139f58d9b36af05f7d248b1.tar.bz2 historical-e72dedcbdde0ad5a8139f58d9b36af05f7d248b1.zip |
Give more specific example of "load" function in einfo message.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/elisp-common.eclass | 4 |
1 files 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 <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 |