summarylogtreecommitdiffstats
path: root/fuel-factor-vm.patch
blob: e360f5870d7784cb411c05f2257dbcd30837813c (plain)
1
2
3
4
5
6
7
8
9
10
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)