summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Dittrich <markusle@gentoo.org>2007-09-22 12:44:21 +0000
committerMarkus Dittrich <markusle@gentoo.org>2007-09-22 12:44:21 +0000
commitab247b7c1f9391273923e13da3a967774fe121a7 (patch)
tree10c78c2a64bac7c8806beaf83e3722babb19ef8b /sci-mathematics/pari/files
parentStable on ppc wrt bug 190796 (diff)
downloadgentoo-2-ab247b7c1f9391273923e13da3a967774fe121a7.tar.gz
gentoo-2-ab247b7c1f9391273923e13da3a967774fe121a7.tar.bz2
gentoo-2-ab247b7c1f9391273923e13da3a967774fe121a7.zip
Fixed pari's emacs support (see bug #193378).
(Portage version: 2.1.3.9)
Diffstat (limited to 'sci-mathematics/pari/files')
-rw-r--r--sci-mathematics/pari/files/50pari-gentoo.el10
1 files changed, 10 insertions, 0 deletions
diff --git a/sci-mathematics/pari/files/50pari-gentoo.el b/sci-mathematics/pari/files/50pari-gentoo.el
new file mode 100644
index 000000000000..2f5b4da9084e
--- /dev/null
+++ b/sci-mathematics/pari/files/50pari-gentoo.el
@@ -0,0 +1,10 @@
+
+;; site-init for sci-mathematics/pari
+
+(add-to-list 'load-path "@SITELISP@")
+
+(autoload 'gp-mode "pari" nil t)
+(autoload 'gp-script-mode "pari" nil t)
+(autoload 'gp "pari" nil t)
+(autoload 'gpman "pari" nil t)
+(add-to-list 'auto-mode-alist '("\\.gp$" . gp-script-mode))