summarylogtreecommitdiffstats
path: root/fuel-factor-vm.patch
blob: 851ab93245ba23a4a9eb8d3883a5643a9a90b3b4 (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
@@ -36,7 +36,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)