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/pspp/files | |
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/pspp/files')
-rw-r--r-- | sci-mathematics/pspp/files/50pspp-gentoo.el | 3 |
1 files changed, 2 insertions, 1 deletions
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)) |