From 98695c2abfa97c59880519f1127e84f373bcce29 Mon Sep 17 00:00:00 2001 From: Quentin Aristote Date: Fri, 9 Sep 2022 11:18:10 +0200 Subject: missing parenthesis --- local/bibli-paris/bibli-paris.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local/bibli-paris/bibli-paris.el b/local/bibli-paris/bibli-paris.el index 9665ead..8a9dc5c 100644 --- a/local/bibli-paris/bibli-paris.el +++ b/local/bibli-paris/bibli-paris.el @@ -165,7 +165,7 @@ more on MATCH and SCOPE." (signal error-symbol error-data)) (let* ((data (request-response-data response)) (d (gethash "d" data))) - (if d (gethash "Holdings" d) nil))))))))) + (if d (gethash "Holdings" d) nil)))))))))) (defun bibli-paris/find-library-holding (holdings &optional library) -- cgit v1.2.3