Skip to content

Commit

Permalink
Remove *read-value* symbol for lambdas in minibuffer hints
Browse files Browse the repository at this point in the history
  • Loading branch information
svaante committed Feb 27, 2024
1 parent c204a11 commit 1676a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dape.el
Original file line number Diff line number Diff line change
Expand Up @@ -4030,7 +4030,7 @@ displayed as hints display."
((and (symbolp value) (get value 'dape--minibuffer-hint))
(funcall value))
((eq (car-safe value) 'lambda)
'*read-value*)
value)
(t value)))
(t (funcall-interactively value))))
((dape--plistp value)
Expand Down

0 comments on commit 1676a82

Please sign in to comment.