Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilfred committed Sep 19, 2022
1 parent 6a65259 commit a9c729c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions helpful.el
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a9c729c

Please sign in to comment.