aboutsummaryrefslogtreecommitdiff
path: root/helpful.el
diff options
context:
space:
mode:
Diffstat (limited to 'helpful.el')
-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: ")))