[PATCH] emacs: Indicate function is obsolete
Niall Dooley
dooleyn at gmail.com
Mon Nov 27 17:54:44 UTC 2023
I believe it was v2.0.4 of password-store.el when this function was
first considered obsolete.
---
contrib/emacs/password-store.el | 2 ++
1 file changed, 2 insertions(+)
diff --git a/contrib/emacs/password-store.el b/contrib/emacs/password-store.el
index 280aee5..1b01492 100644
--- a/contrib/emacs/password-store.el
+++ b/contrib/emacs/password-store.el
@@ -73,6 +73,8 @@ This function just returns `password-store-time-before-clipboard-restore'.
Kept for backward compatibility with other libraries."
password-store-time-before-clipboard-restore)
+(make-obsolete 'password-store-timeout 'password-store-time-before-clipboard-restore "2.0.4")
+
(defun password-store--run-1 (callback &rest args)
"Run pass with ARGS.
--
2.30.2
More information about the Password-Store
mailing list