summaryrefslogtreecommitdiff
path: root/editors/TeXmacs/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'editors/TeXmacs/patches/patch-ac')
-rw-r--r--editors/TeXmacs/patches/patch-ac8
1 files changed, 4 insertions, 4 deletions
diff --git a/editors/TeXmacs/patches/patch-ac b/editors/TeXmacs/patches/patch-ac
index 99f5cba7ad3..7bb66902bc6 100644
--- a/editors/TeXmacs/patches/patch-ac
+++ b/editors/TeXmacs/patches/patch-ac
@@ -1,11 +1,11 @@
-$NetBSD: patch-ac,v 1.4 2004/03/30 12:41:28 recht Exp $
+$NetBSD: patch-ac,v 1.5 2004/04/04 23:19:45 recht Exp $
---- plugins/python/progs/init-python.scm.orig 2004-03-30 14:17:43.000000000 +0200
-+++ plugins/python/progs/init-python.scm 2004-03-30 14:18:11.000000000 +0200
+--- 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)
- (:session "Python"))