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 | d06f618670494d461e5b1a2a5d7a11c2ab89a78c (patch) | |
tree | 1df28a043578a6baf817b5465886cb3c59d3cc9b /eclass/elisp-common.eclass | |
parent | old (diff) | |
download | historical-d06f618670494d461e5b1a2a5d7a11c2ab89a78c.tar.gz historical-d06f618670494d461e5b1a2a5d7a11c2ab89a78c.tar.bz2 historical-d06f618670494d461e5b1a2a5d7a11c2ab89a78c.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 |