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

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

[elpa] externals/ebdb d5bec83 229/350: Fix to UUID change


From: Eric Abrahamsen
Subject: [elpa] externals/ebdb d5bec83 229/350: Fix to UUID change
Date: Mon, 14 Aug 2017 11:46:43 -0400 (EDT)

branch: externals/ebdb
commit d5bec839700c4996a142ea940efe82cee10a2fbb
Author: Eric Abrahamsen <address@hidden>
Commit: Eric Abrahamsen <address@hidden>

    Fix to UUID change
    
    Update to 40d71b9, addresses #38
    
    * ebdb.el (ebdb-make-uuid): Need to actually check if the executable
      is found.
---
 ebdb.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/ebdb.el b/ebdb.el
index 4f2c466..c1ee74a 100644
--- a/ebdb.el
+++ b/ebdb.el
@@ -2699,7 +2699,8 @@ executable.  When a symbol, assume an Elisp function."
                         (concat prefix "-")))
        (uid
         (cond
-         ((stringp ebdb-uuid-function)
+         ((and (stringp ebdb-uuid-function)
+               (executable-find ebdb-uuid-function))
           (shell-command-to-string
            (executable-find ebdb-uuid-function)))
          ((functionp ebdb-uuid-function)



reply via email to

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