summaryrefslogtreecommitdiff
path: root/test/cider-tests--no-auto.el
diff options
context:
space:
mode:
authorLars Andersen <expez@expez.com>2015-08-30 11:16:24 +0200
committerLars Andersen <expez@expez.com>2015-08-30 11:17:52 +0200
commit3fcad8a917363520311f280a4f88cfc9ca7b8579 (patch)
tree64ceda9c91d40f75551a38049458e29976dbe880 /test/cider-tests--no-auto.el
parent9238e5c17c9906c2ea6550250c34c43a0223c616 (diff)
Remove an unused function parameter
Diffstat (limited to 'test/cider-tests--no-auto.el')
-rw-r--r--test/cider-tests--no-auto.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cider-tests--no-auto.el b/test/cider-tests--no-auto.el
index c00ef630..496b5790 100644
--- a/test/cider-tests--no-auto.el
+++ b/test/cider-tests--no-auto.el
@@ -79,7 +79,7 @@ from the latter. Remaining content is compared for string equality."
(complement (comp :private meta val))))))
(keys)
(remove '#{.}))" ; emacs lisp chokes on the dot symbol
- nil t))))
+ ))))
(let (untested diffs)
(dolist (sym syms)
(let ((name (cond ((symbolp sym) (symbol-name sym))