branch: elpa/gnosis
commit ebd8ce6a7dbf8dfa70df26447fbd0294f7a705f1
Author: Thanos Apollo <[email protected]>
Commit: Thanos Apollo <[email protected]>

    vc-pull: use underscore for unused variables.
---
 gnosis.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnosis.el b/gnosis.el
index 76e2cff622a..633b0e16f6e 100644
--- a/gnosis.el
+++ b/gnosis.el
@@ -2391,8 +2391,8 @@ Return thema ids for themata that match QUERY."
   "Run `git pull' in DIR."
   (interactive)
   (let ((default-directory dir))
-    (let ((process (async-shell-command (format "%s pull" (executable-find 
"git")))))
-      (lambda (proc event)
+    (let ((_process (async-shell-command (format "%s pull" (executable-find 
"git")))))
+      (lambda (_proc event)
        (when (string= event "finished\n")
          (setf gnosis-db
                (emacsql-sqlite-open (expand-file-name "gnosis.db" 
gnosis-dir))))))))

Reply via email to