aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilfred Hughes <me@wilfred.me.uk>2022-09-18 22:09:49 -0700
committerWilfred Hughes <me@wilfred.me.uk>2022-09-18 22:09:49 -0700
commita9c729cb248b7863685f04e418d9c0c0a600df0d (patch)
tree63fbeae939cdd39b324e275c9796f5a9ba2664f1
parent6a65259feb8bc7a763ad8213bec19d2105e6cf0b (diff)
Remove unused variable
-rw-r--r--helpful.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/helpful.el b/helpful.el
index c1db325..d4894f8 100644
--- a/helpful.el
+++ b/helpful.el
@@ -1418,8 +1418,7 @@ the buffer when done.
POS is the position of the start of the definition within the
buffer."
- (let ((initial-buffers (buffer-list))
- (primitive-p (helpful--primitive-p sym callable-p))
+ (let ((primitive-p (helpful--primitive-p sym callable-p))
(library-name nil)
(src-path nil)
(buf nil)