summarylogtreecommitdiffstats
path: root/fuel-factor-vm.patch
diff options
context:
space:
mode:
Diffstat (limited to 'fuel-factor-vm.patch')
-rw-r--r--fuel-factor-vm.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/fuel-factor-vm.patch b/fuel-factor-vm.patch
new file mode 100644
index 000000000000..e360f5870d77
--- /dev/null
+++ b/fuel-factor-vm.patch
@@ -0,0 +1,11 @@
+--- factor-old/misc/fuel/fuel-listener.el 2010-08-23 23:36:18.160000006 +0200
++++ factor/misc/fuel/fuel-listener.el 2010-08-23 23:37:44.653333434 +0200
+@@ -35,7 +35,7 @@
+ "factor.com")
+ ((eq system-type 'darwin)
+ "Factor.app/Contents/MacOS/factor")
+- (t "factor"))
++ (t "/usr/bin/factor-vm"))
+ fuel-factor-root-dir)
+ "Full path to the factor executable to use when starting a listener."
+ :type '(file :must-match t)