Wilfred / suggest.el

discover elisp functions that do what you want
367 stars 14 forks source link

Functions given as inputs are called #47

Closed Wilfred closed 6 years ago

Wilfred commented 6 years ago
;; Inputs (one per line):
"foo"
#'message

;; Desired output:
3

This leads to message being called. Users may not be expecting this.

Wilfred commented 6 years ago

Only true when apply and funcall are in suggest-funcall-functions.