summaryrefslogtreecommitdiff
path: root/editors/TeXmacs-devel/patches/patch-ac
blob: e3705033321836b7650331eb2997f5c2d85968f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ac,v 1.3 2013/04/10 16:10:19 drochner Exp $

--- plugins/python/progs/init-python.scm.orig	2013-03-05 08:38:29.000000000 +0000
+++ plugins/python/progs/init-python.scm
@@ -31,7 +31,7 @@
 
 (plugin-configure python
   (:winpath "Python2*" ".")
-  (:require (url-exists-in-path? "python"))
+  (:require (url-exists-in-path? "@PYTHONBIN@"))
   (:require (url-exists-in-path? "tm_python"))
   (:launch ,(python-launcher))
   (:tab-completion #t)