diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-05-19 19:38:21 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-05-19 19:38:21 +0200 |
commit | de8abcc26e30dafe939bf63251b64ced7cae7b33 (patch) | |
tree | ccd8272bd7f50cbea851f3e852352eeb02c01e60 /eclass | |
parent | Merge changes from Portage tree. (diff) | |
download | emacs-de8abcc26e30dafe939bf63251b64ced7cae7b33.tar.gz emacs-de8abcc26e30dafe939bf63251b64ced7cae7b33.tar.bz2 emacs-de8abcc26e30dafe939bf63251b64ced7cae7b33.zip |
Remove obsolete comment.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/elisp-common.eclass | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/eclass/elisp-common.eclass b/eclass/elisp-common.eclass index bf01c83..bc8cda7 100644 --- a/eclass/elisp-common.eclass +++ b/eclass/elisp-common.eclass @@ -342,10 +342,6 @@ elisp-site-file-install() { # Regenerate the site-gentoo.el file, based on packages' site # initialisation files in the /usr/share/emacs/site-lisp/site-gentoo.d/ # directory. -# -# Note: Before December 2007, site initialisation files were installed -# in /usr/share/emacs/site-lisp/. For backwards compatibility, this -# location is still supported when generating site-gentoo.el. elisp-site-regen() { local sitelisp=${ROOT}${EPREFIX}${SITELISP} |