From f1ee2c8acdc01e8a9892653d81bf64804cd5131c Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Thu, 2 Oct 2014 16:28:22 +0300 Subject: Code style --- cider-client.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cider-client.el') diff --git a/cider-client.el b/cider-client.el index 3dfb9a72..4991f45a 100644 --- a/cider-client.el +++ b/cider-client.el @@ -136,8 +136,8 @@ contain a `candidates' key, it is returned as is." When multiple matching vars are returned you'll be prompted to select one, unless ALL is truthy." (when (and var (not (string= var ""))) - (let ((val (cider-sync-request:info var))) - (if all val (cider--var-choice val))))) + (let ((var-info (cider-sync-request:info var))) + (if all var-info (cider--var-choice var-info))))) (defun cider-member-info (class member) "Return the CLASS MEMBER's info as an alist with list cdrs." -- cgit v1.2.3