aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilfred Hughes <me@wilfred.me.uk>2017-11-29 22:06:45 +0000
committerWilfred Hughes <me@wilfred.me.uk>2017-11-29 22:06:45 +0000
commit2d68df222e432eb9f1f3ccdf558cbd2542254cb8 (patch)
treef3a1415d6ab08fcb81e995699c252ef330866e14
parent17d51e33bf60901deb2b299d4d908c6c6f2e3c55 (diff)
Fix byte compiler warning
-rw-r--r--helpful.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpful.el b/helpful.el
index 010c9b8..ed763d2 100644
--- a/helpful.el
+++ b/helpful.el
@@ -384,7 +384,7 @@ for cleaning up."
(cons (marker-buffer marker)
(marker-position marker))))))
(when (not callable-p)
- (condition-case err
+ (condition-case _err
(setq buf-and-pos (find-definition-noselect sym 'defvar))
(search-failed nil)))
buf-and-pos))