formatted
This commit is contained in:
parent
f3ada96530
commit
84b2b6cdf8
1 changed files with 2 additions and 2 deletions
|
@ -53,8 +53,8 @@ Version: 2023-09-24"
|
|||
(cl-loop for (os-id . value) in values
|
||||
when (eq os os-id)
|
||||
do (set var (if (stringp value)
|
||||
value
|
||||
(eval value))))))
|
||||
value
|
||||
(eval value))))))
|
||||
|
||||
|
||||
(defun my-check-for-executable (executable-name executable-file &optional message)
|
||||
|
|
Loading…
Reference in a new issue