diff options
author | Ulrich Müller <ulm@gentoo.org> | 2008-05-18 06:15:12 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2008-05-18 06:15:12 +0000 |
commit | efca31be4fede12114e32823b69389d732a30f5c (patch) | |
tree | b98bddc61087a5dee4841ca35a29bdf3a087bbf9 /eclass/elisp-common.eclass | |
parent | Version bump. (diff) | |
download | gentoo-2-efca31be4fede12114e32823b69389d732a30f5c.tar.gz gentoo-2-efca31be4fede12114e32823b69389d732a30f5c.tar.bz2 gentoo-2-efca31be4fede12114e32823b69389d732a30f5c.zip |
Change wording of obsoletion warning.
Diffstat (limited to 'eclass/elisp-common.eclass')
-rw-r--r-- | eclass/elisp-common.eclass | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/eclass/elisp-common.eclass b/eclass/elisp-common.eclass index ee4db8311a27..f132d26c7618 100644 --- a/eclass/elisp-common.eclass +++ b/eclass/elisp-common.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/elisp-common.eclass,v 1.39 2008/04/12 08:40:46 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/elisp-common.eclass,v 1.40 2008/05/18 06:15:12 ulm Exp $ # # Copyright 2002-2004 Matthew Kennedy <mkennedy@gentoo.org> # Copyright 2003 Jeremy Maitin-Shepard <jbms@attbi.com> @@ -399,9 +399,9 @@ EOF if [ "${obsolete}" ]; then while read line; do ewarn "${line}"; done <<-EOF Site-initialisation files of Emacs packages are now installed in - /usr/share/emacs/site-lisp/site-gentoo.d/. You may consider using - /usr/sbin/emacs-updater to rebuild the installed Emacs packages. - However, the old location is still supported. + /usr/share/emacs/site-lisp/site-gentoo.d/. We strongly recommend + that you use /usr/sbin/emacs-updater to rebuild the installed + Emacs packages. EOF echo fi |