updated on Sat Jan 14 12:12:45 UTC 2012
[aur-mirror.git] / factor / fuel-factor-vm.patch
blob851ab93245ba23a4a9eb8d3883a5643a9a90b3b4
1 --- factor-old/misc/fuel/fuel-listener.el 2010-08-23 23:36:18.160000006 +0200
2 +++ factor/misc/fuel/fuel-listener.el 2010-08-23 23:37:44.653333434 +0200
3 @@ -36,7 +36,7 @@
4 "factor.com")
5 ((eq system-type 'darwin)
6 "Factor.app/Contents/MacOS/factor")
7 - (t "factor"))
8 + (t "/usr/bin/factor-vm"))
9 fuel-factor-root-dir)
10 "Full path to the factor executable to use when starting a listener."
11 :type '(file :must-match t)