summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2007-07-31 12:07:37 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2007-07-31 12:07:37 +0000
commitefcc1a9491e4522c95b2a8d3b008dba90362873c (patch)
tree17797e70f832a8314254576cb4f9c26e3e65b08e /sci-mathematics/pspp/files
parentAdd 1.0.20070621 and remove nvidia-legacy-drivers from deps. (diff)
downloadgentoo-2-efcc1a9491e4522c95b2a8d3b008dba90362873c.tar.gz
gentoo-2-efcc1a9491e4522c95b2a8d3b008dba90362873c.tar.bz2
gentoo-2-efcc1a9491e4522c95b2a8d3b008dba90362873c.zip
Added patch emacs support, thanks to Christian Faulhammer <opfer@gentoo.org>. Closing bug #187212
(Portage version: 2.1.2.9)
Diffstat (limited to 'sci-mathematics/pspp/files')
-rw-r--r--sci-mathematics/pspp/files/50pspp-gentoo.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/sci-mathematics/pspp/files/50pspp-gentoo.el b/sci-mathematics/pspp/files/50pspp-gentoo.el
new file mode 100644
index 000000000000..2f5034cb3d27
--- /dev/null
+++ b/sci-mathematics/pspp/files/50pspp-gentoo.el
@@ -0,0 +1,5 @@
+
+; pspp site-initialisation
+
+(add-to-list 'load-path "@SITELISP@")
+(add-to-list 'auto-mode-alist '("\\.sps\\'" . pspp-mode))