fix some byte-compile errors

This commit is contained in:
Jethro Kuan
2021-03-29 00:34:30 +08:00
parent f681c51630
commit 490901957e
4 changed files with 4 additions and 14 deletions

View File

@ -1018,7 +1018,7 @@ in the file."
(message "No matches."))
((= 1 (length matches))
(car matches))
(_
(t
;; TODO: need to fix UX somehow
(let ((choice (completing-read "Choose node:" matches nil t)))
(cdr (assoc choice matches #'string-equal))))))))))