summaryrefslogtreecommitdiff
path: root/editors/TeXmacs/patches/patch-ac
blob: 7bb66902bc6f9f1765941cdb963b44cba45cc354 (plain)
1
2
3
4
5
6
7
8
9
10
11
$NetBSD: patch-ac,v 1.5 2004/04/04 23:19:45 recht Exp $

--- plugins/python/progs/init-python.scm.orig	2004-04-03 21:20:48.000000000 +0200
+++ plugins/python/progs/init-python.scm	2004-04-05 01:03:50.000000000 +0200
@@ -1,5 +1,5 @@
 (plugin-configure python
-  (:require (url-exists-in-path? "python"))
+  (:require (url-exists-in-path? "@PYTHONBIN@"))
   (:require (url-exists-in-path? "tm_python"))
   (:launch "tm_python --texmacs")
   (:tab-completion #t)