aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilfred Hughes <me@wilfred.me.uk>2018-01-07 15:13:02 +0000
committerWilfred Hughes <me@wilfred.me.uk>2018-01-07 15:13:02 +0000
commit1c8ce4380859644f3633ed04983f40128838a248 (patch)
tree83af36daddae000ef33b4fb81586fae8bfc2c43b
parent8e5390f0e8983816b938607c9b3a42fd7b868a00 (diff)
Fix unused argument
-rw-r--r--helpful.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpful.el b/helpful.el
index 7d78a38..0d827c6 100644
--- a/helpful.el
+++ b/helpful.el
@@ -271,7 +271,7 @@ Return SYM otherwise."
'follow-link t
'help-echo "Set directory to Emacs C source code")
-(defun helpful--c-source-directory (button)
+(defun helpful--c-source-directory (_button)
"Set `find-function-C-source-directory' so we can show the
source code to primitives."
(let ((emacs-src-dir (read-directory-name "Path to Emacs source code: ")))