From efcc1a9491e4522c95b2a8d3b008dba90362873c Mon Sep 17 00:00:00 2001 From: Sebastien Fabbro Date: Tue, 31 Jul 2007 12:07:37 +0000 Subject: Added patch emacs support, thanks to Christian Faulhammer . Closing bug #187212 (Portage version: 2.1.2.9) --- sci-mathematics/pspp/files/50pspp-gentoo.el | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sci-mathematics/pspp/files/50pspp-gentoo.el (limited to 'sci-mathematics/pspp/files') 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)) -- cgit v1.2.3-65-gdbad