This is an automated email from the git hooks/post-receive script. bengen pushed a commit to branch master in repository sepia.
commit b430a757805c9928dd7ef0a2c1bb442741719e96 Author: Hilko Bengen <[email protected]> Date: Sat Dec 31 14:57:48 2011 +0100 Added symlinks to .el files in the directory containing .elc files which should result in a link to the source file being added to the help window provided by M-x describe-function. Thanks to Kevin Ryde for pointing this out. Closes: #653789 --- debian/emacsen-install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/emacsen-install b/debian/emacsen-install index 592b5d1..f53a916 100755 --- a/debian/emacsen-install +++ b/debian/emacsen-install @@ -40,13 +40,13 @@ fi install -m 755 -d ${ELCDIR} cd ${ELDIR} FILES=`echo *.el` -cp ${FILES} ${ELCDIR} cd ${ELCDIR} +ln -sf ${ELDIR}/*.el . cat << EOF > path.el (setq load-path (append '("." "/usr/share/emacs/site-lisp/w3m") load-path) byte-compile-warnings nil) EOF ${FLAVOR} ${FLAGS} ${FILES} -rm -f *.el path.el +rm -f path.el exit 0 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/sepia.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
