From 418212e4eb963813c078cf290cddfe7e3defd7ed Mon Sep 17 00:00:00 2001 From: jao Date: Tue, 12 Nov 2024 18:58:14 +0000 Subject: Revert "{if,when}-let deprecation in emacs 31" This reverts commit 4308710de811e3b4e2fb47f9024439df03e96b90. --- lib/net/jao-proton-utils.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/net/jao-proton-utils.el') diff --git a/lib/net/jao-proton-utils.el b/lib/net/jao-proton-utils.el index 0c9ccd7..62b97b3 100644 --- a/lib/net/jao-proton-utils.el +++ b/lib/net/jao-proton-utils.el @@ -86,7 +86,7 @@ (jao-proton-vpn--do "s")) (defun proton-vpn--get-status () - (or (when-let* ((b (get-buffer jao-proton-vpn--buffer))) + (or (when-let ((b (get-buffer jao-proton-vpn--buffer))) (with-current-buffer b (goto-char (point-min)) (if (re-search-forward "^Status: *\\(.+\\)$" nil t) -- cgit v1.2.3