emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/crdt 4f069d5 77/80: Do not use executable-find to find


From: ELPA Syncer
Subject: [elpa] externals/crdt 4f069d5 77/80: Do not use executable-find to find tuntox
Date: Sat, 28 Aug 2021 10:57:46 -0400 (EDT)

branch: externals/crdt
commit 4f069d55b28347c30ae4f3e74cccee4d7d60b156
Author: Qiantan Hong <qhong@mit.edu>
Commit: Qiantan Hong <qhong@mit.edu>

    Do not use executable-find to find tuntox
---
 crdt.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/crdt.el b/crdt.el
index 3d313f7..57a9423 100644
--- a/crdt.el
+++ b/crdt.el
@@ -61,7 +61,7 @@
 (defvar crdt--log-network-traffic nil
   "Debug switch to log network traffic to *Messages*.")
 
-(defcustom crdt-tuntox-executable (executable-find "tuntox")
+(defcustom crdt-tuntox-executable "tuntox"
   "Path to the tuntox binary."
   :type 'file)
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]