summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2007-12-29 10:35:38 +0000
committerUlrich Müller <ulm@gentoo.org>2007-12-29 10:35:38 +0000
commitb4b7a2ac85e82e350424950193deca44abdd8a79 (patch)
treec55db59e2e2b5f6701f10866c7605cadbdf34160
parentRemove package, this is now included in eselect-emacs. (diff)
downloademacs-b4b7a2ac85e82e350424950193deca44abdd8a79.tar.gz
emacs-b4b7a2ac85e82e350424950193deca44abdd8a79.tar.bz2
emacs-b4b7a2ac85e82e350424950193deca44abdd8a79.zip
Enable the warning about obsolete files.
svn path=/emacs-overlay/; revision=900
-rw-r--r--eclass/elisp-common.eclass18
1 files changed, 9 insertions, 9 deletions
diff --git a/eclass/elisp-common.eclass b/eclass/elisp-common.eclass
index e17f3ac..f3122b5 100644
--- a/eclass/elisp-common.eclass
+++ b/eclass/elisp-common.eclass
@@ -395,13 +395,13 @@ EOF
&& cat "${sf}" >>"${ROOT}${SITELISP}"/00site-gentoo.el
done
-# 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.
-# EOF
-# echo
-# fi
+ 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.
+ EOF
+ echo
+ fi
}