aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)