branch: externals/autocrypt
commit 5fae83ac0501a26c92e022218341c21cc71e463c
Author: Philip Kaludercic <[email protected]>
Commit: Philip Kaludercic <[email protected]>

    Inline autocrypt-find-function
---
 autocrypt.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/autocrypt.el b/autocrypt.el
index c178286de6..04eafaa62e 100644
--- a/autocrypt.el
+++ b/autocrypt.el
@@ -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."

Reply via email to