summaryrefslogtreecommitdiff
path: root/editors/TeXmacs-devel/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'editors/TeXmacs-devel/patches/patch-ac')
-rw-r--r--editors/TeXmacs-devel/patches/patch-ac13
1 files changed, 13 insertions, 0 deletions
diff --git a/editors/TeXmacs-devel/patches/patch-ac b/editors/TeXmacs-devel/patches/patch-ac
new file mode 100644
index 00000000000..f319ca2a62c
--- /dev/null
+++ b/editors/TeXmacs-devel/patches/patch-ac
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.1.1.1 2011/03/11 14:19:12 drochner Exp $
+
+--- plugins/python/progs/init-python.scm.orig Mon Jul 4 13:16:13 2005
++++ plugins/python/progs/init-python.scm Mon Jul 18 00:53:48 2005
+@@ -13,7 +13,7 @@
+ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
+
+ (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)