~pkal/autocrypt

5fae83ac0501a26c92e022218341c21cc71e463c — Philip Kaludercic 2 years ago a89bbd7
Inline autocrypt-find-function
1 files changed, 1 insertions(+), 1 deletions(-)

M autocrypt.el
M autocrypt.el => autocrypt.el +1 -1
@@ 127,7 127,7 @@ This function must accept one argument, a symbol designating the
command (`install', `get-header', ...) and returns a function
with the right signature.")

(defun autocrypt-find-function (command silent)
(defsubst autocrypt-find-function (command silent)
  "Return a function for handling COMMAND.
If SILENT is non-nil, return nil when no implementation could be
found."