diff options
| author | Wilfred Hughes <me@wilfred.me.uk> | 2022-09-18 22:09:49 -0700 |
|---|---|---|
| committer | Wilfred Hughes <me@wilfred.me.uk> | 2022-09-18 22:09:49 -0700 |
| commit | a9c729cb248b7863685f04e418d9c0c0a600df0d (patch) | |
| tree | 63fbeae939cdd39b324e275c9796f5a9ba2664f1 /helpful.el | |
| parent | 6a65259feb8bc7a763ad8213bec19d2105e6cf0b (diff) | |
Remove unused variable
Diffstat (limited to 'helpful.el')
| -rw-r--r-- | helpful.el | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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) |
