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

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

[nongnu] elpa/base32 6843417e38 068/103: Rename interactive entry point


From: ELPA Syncer
Subject: [nongnu] elpa/base32 6843417e38 068/103: Rename interactive entry point from totp to totp-auth
Date: Sat, 10 Feb 2024 13:00:09 -0500 (EST)

branch: elpa/base32
commit 6843417e386a233cbb982e9dfda125b4d6c554c7
Author: Vivek Das Mohapatra <vivek@collabora.com>
Commit: Vivek Das Mohapatra <vivek@collabora.com>

    Rename interactive entry point from totp to totp-auth
---
 totp-auth.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/totp-auth.el b/totp-auth.el
index 41ddbfcbd9..2dcb77f5ba 100644
--- a/totp-auth.el
+++ b/totp-auth.el
@@ -726,7 +726,7 @@ LABEL will be initialised by ‘totp-auth-secret-make-label’ 
if unset."
       (totp-auth-display-token-buffer secret label))))
 
 ;;;###autoload
-(defun totp (&optional secret label)
+(defun totp-auth (&optional secret label)
   "Generate a TOTP token for SECRET, identified by LABEL, and show it."
   (interactive
    (let ((secrets (totp-auth-secrets)) (completion-styles '(substring)) key)



reply via email to

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