diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2007-07-31 17:36:52 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2007-07-31 17:36:52 +0000 |
commit | 67426af9dedd04ce8ef929b23a39c85e83cb1ff6 (patch) | |
tree | a5a0815467e0c0fc7b145cd7c5536cb3c48b42c7 /sci-mathematics | |
parent | Removing older, insecure versions. (diff) | |
download | gentoo-2-67426af9dedd04ce8ef929b23a39c85e83cb1ff6.tar.gz gentoo-2-67426af9dedd04ce8ef929b23a39c85e83cb1ff6.tar.bz2 gentoo-2-67426af9dedd04ce8ef929b23a39c85e83cb1ff6.zip |
update site-init file, thanks to Ulrich Mueller <ulm@gentoo.org>
(Portage version: 2.1.2.9)
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/pspp/ChangeLog | 6 | ||||
-rw-r--r-- | sci-mathematics/pspp/files/50pspp-gentoo.el | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/sci-mathematics/pspp/ChangeLog b/sci-mathematics/pspp/ChangeLog index 7077a8a61811..5413e4b56dfe 100644 --- a/sci-mathematics/pspp/ChangeLog +++ b/sci-mathematics/pspp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-mathematics/pspp # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pspp/ChangeLog,v 1.3 2007/07/31 12:07:37 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/pspp/ChangeLog,v 1.4 2007/07/31 17:36:52 bicatali Exp $ + + 31 Jul 2007; Sébastien Fabbro <bicatali@gentoo.org> + files/50pspp-gentoo.el: + update site-init file, thanks to Ulrich Mueller <ulm@gentoo.org> 31 Jul 2007; Sébastien Fabbro <bicatali@gentoo.org> +files/50pspp-gentoo.el, pspp-0.4.0.ebuild: diff --git a/sci-mathematics/pspp/files/50pspp-gentoo.el b/sci-mathematics/pspp/files/50pspp-gentoo.el index 2f5034cb3d27..adac2e8ed1da 100644 --- a/sci-mathematics/pspp/files/50pspp-gentoo.el +++ b/sci-mathematics/pspp/files/50pspp-gentoo.el @@ -1,5 +1,6 @@ -; pspp site-initialisation +;;; pspp site-lisp configuration (add-to-list 'load-path "@SITELISP@") +(autoload 'pspp-mode "pspp-mode" nil t) (add-to-list 'auto-mode-alist '("\\.sps\\'" . pspp-mode)) |