diff options
| author | Wilfred Hughes <me@wilfred.me.uk> | 2018-01-07 15:13:02 +0000 |
|---|---|---|
| committer | Wilfred Hughes <me@wilfred.me.uk> | 2018-01-07 15:13:02 +0000 |
| commit | 1c8ce4380859644f3633ed04983f40128838a248 (patch) | |
| tree | 83af36daddae000ef33b4fb81586fae8bfc2c43b | |
| parent | 8e5390f0e8983816b938607c9b3a42fd7b868a00 (diff) | |
Fix unused argument
| -rw-r--r-- | helpful.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: "))) |
