diff options
author | Ulrich Müller <ulm@gentoo.org> | 2011-10-09 09:10:41 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2011-10-09 09:10:41 +0000 |
commit | 82d062584205b20338540d18b7270abf89880a50 (patch) | |
tree | 7087d6411e5aa9538504fab799ce9d6a8c2283d4 /eclass/elisp-common.eclass | |
parent | old (diff) | |
download | gentoo-2-82d062584205b20338540d18b7270abf89880a50.tar.gz gentoo-2-82d062584205b20338540d18b7270abf89880a50.tar.bz2 gentoo-2-82d062584205b20338540d18b7270abf89880a50.zip |
Clarify policy on site-init files in eclass documentation.
Diffstat (limited to 'eclass/elisp-common.eclass')
-rw-r--r-- | eclass/elisp-common.eclass | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/eclass/elisp-common.eclass b/eclass/elisp-common.eclass index 708455625a6d..b1d0a636f3cd 100644 --- a/eclass/elisp-common.eclass +++ b/eclass/elisp-common.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/elisp-common.eclass,v 1.75 2011/08/30 20:10:13 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/elisp-common.eclass,v 1.76 2011/10/09 09:10:41 ulm Exp $ # # @ECLASS: elisp-common.eclass # @MAINTAINER: @@ -94,6 +94,8 @@ # many Emacs support files, users may be annoyed by the start-up time. # Also avoid keybindings as they might interfere with the user's # settings. Give a hint in pkg_postinst(), which should be enough. +# The guiding principle is that emerging your package should not by +# itself cause a change of standard Emacs behaviour. # # The naming scheme for this site-init file matches the shell pattern # "[1-8][0-9]*-gentoo*.el", where the two digits at the beginning define |