From ca31697cc95491c19ff257c29bdab3b88d043b09 Mon Sep 17 00:00:00 2001 From: jao Date: Tue, 25 Aug 2026 21:11:27 +0100 Subject: emacs 31 --- custom/jao-custom-w3m.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'custom/jao-custom-w3m.el') diff --git a/custom/jao-custom-w3m.el b/custom/jao-custom-w3m.el index f532e8b..82246e9 100644 --- a/custom/jao-custom-w3m.el +++ b/custom/jao-custom-w3m.el @@ -6,7 +6,7 @@ (fn `(lambda (b) (with-current-buffer b (string= ,url (w3m-canonicalize-url w3m-current-url)))))) - (when-let (b (seq-find fn (w3m-list-buffers))) + (when-let* ((b (seq-find fn (w3m-list-buffers)))) (pop-to-buffer b)))) (defun jao-w3m-browse-url (url &rest r) -- cgit v1.2.3