app-emacs/matlab: import
[portage-prefix-bleeding-edge-ebuilds.git] / app-emacs / slime / files / slime-prefix.patch
blobe9b4f1dee284e3f1858a397b592b0f0298fc1f24
1 --- 70slime-gentoo.el
2 +++ 70slime-gentoo.el
3 @@ -12,6 +12,6 @@
4 ;; this allows us not to require dev-lisp/hyperspec
5 ;; (which is non-free) as a hard dependency
6 (setq common-lisp-hyperspec-root
7 - (if (file-exists-p "/usr/share/doc/hyperspec/HyperSpec")
8 - "file:///usr/share/doc/hyperspec/HyperSpec/"
9 + (if (file-exists-p "@GENTOO_PORTAGE_EPREFIX@/usr/share/doc/hyperspec/HyperSpec")
10 + "file://@GENTOO_PORTAGE_EPREFIX@/usr/share/doc/hyperspec/HyperSpec/"
11 "http://www.lispworks.com/reference/HyperSpec/"))