diff options
Diffstat (limited to 'lib/net/jao-proton-utils.el')
| -rw-r--r-- | lib/net/jao-proton-utils.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/net/jao-proton-utils.el b/lib/net/jao-proton-utils.el index 62b97b3..0a08f5d 100644 --- a/lib/net/jao-proton-utils.el +++ b/lib/net/jao-proton-utils.el @@ -1,6 +1,6 @@ ;; jao-proton-utils.el -- simple interaction with Proton mail and vpn -;; Copyright (c) 2018, 2019, 2020, 2023 Jose Antonio Ortega Ruiz +;; Copyright (c) 2018, 2019, 2020, 2023, 2026 Jose Antonio Ortega Ruiz ;; This file is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by @@ -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) |
