diff options
author | Markus Dittrich <markusle@gentoo.org> | 2007-09-22 12:44:21 +0000 |
---|---|---|
committer | Markus Dittrich <markusle@gentoo.org> | 2007-09-22 12:44:21 +0000 |
commit | ab247b7c1f9391273923e13da3a967774fe121a7 (patch) | |
tree | 10c78c2a64bac7c8806beaf83e3722babb19ef8b /sci-mathematics/pari/files | |
parent | Stable on ppc wrt bug 190796 (diff) | |
download | gentoo-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.el | 10 |
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)) |