aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilfred Hughes <me@wilfred.me.uk>2017-08-26 22:11:09 +0100
committerWilfred Hughes <me@wilfred.me.uk>2017-08-26 22:11:09 +0100
commit44b9ecafc4cbba26de08bcaf00cf61107ed41b18 (patch)
tree3a0869474e1a4800b2247749f0fde03f184826ce
parentd257e0826303b79043bb6abff5b190fb0cad920e (diff)
Add initial value
Not necessary, but helpful for code comprehension.
-rw-r--r--helpful.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/helpful.el b/helpful.el
index df768d2..9c8f6e7 100644
--- a/helpful.el
+++ b/helpful.el
@@ -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")