emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/autocrypt 5fae83ac05 80/94: Inline autocrypt-find-funct


From: ELPA Syncer
Subject: [elpa] externals/autocrypt 5fae83ac05 80/94: Inline autocrypt-find-function
Date: Sun, 26 Mar 2023 07:58:02 -0400 (EDT)

branch: externals/autocrypt
commit 5fae83ac0501a26c92e022218341c21cc71e463c
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>

    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

[Prev in Thread] Current Thread [Next in Thread]