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-blog.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'custom/jao-custom-blog.el') diff --git a/custom/jao-custom-blog.el b/custom/jao-custom-blog.el index 7515440..c404d79 100644 --- a/custom/jao-custom-blog.el +++ b/custom/jao-custom-blog.el @@ -169,7 +169,7 @@ (to (expand-file-name (file-name-nondirectory from) org-static-blog-posts-directory))) (rename-file from to) - (when-let ((b (get-buffer from))) + (when-let* ((b (get-buffer from))) (kill-buffer b)) (find-file to) (jao-org-static-blog-update-date) -- cgit v1.2.3