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 | 55cc15bb1ced829305c10a697f2cfdc6acf9c04d (patch) | |
tree | 934d91760fae92b85dfe461310e6256a4ded60bf /sci-mathematics/pari/files | |
parent | Stable on ppc wrt bug 190796 (diff) | |
download | historical-55cc15bb1ced829305c10a697f2cfdc6acf9c04d.tar.gz historical-55cc15bb1ced829305c10a697f2cfdc6acf9c04d.tar.bz2 historical-55cc15bb1ced829305c10a697f2cfdc6acf9c04d.zip |
Fixed pari's emacs support (see bug #193378).
Package-Manager: portage-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)) |