diff options
| author | Wilfred Hughes <me@wilfred.me.uk> | 2017-08-26 22:11:09 +0100 |
|---|---|---|
| committer | Wilfred Hughes <me@wilfred.me.uk> | 2017-08-26 22:11:09 +0100 |
| commit | 44b9ecafc4cbba26de08bcaf00cf61107ed41b18 (patch) | |
| tree | 3a0869474e1a4800b2247749f0fde03f184826ce | |
| parent | d257e0826303b79043bb6abff5b190fb0cad920e (diff) | |
Add initial value
Not necessary, but helpful for code comprehension.
| -rw-r--r-- | helpful.el | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -94,6 +94,7 @@ This allows us to distinguish strings from symbols." (define-button-type 'helpful-forget-button 'action #'helpful--forget 'symbol nil + 'callable-p nil 'follow-link t 'help-echo "Unbind this function") |
