From ca31697cc95491c19ff257c29bdab3b88d043b09 Mon Sep 17 00:00:00 2001 From: jao Date: Tue, 25 Aug 2026 21:11:27 +0100 Subject: emacs 31 --- lib/eos/jao-multisession.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/eos/jao-multisession.el') diff --git a/lib/eos/jao-multisession.el b/lib/eos/jao-multisession.el index 8660611..5583fb6 100644 --- a/lib/eos/jao-multisession.el +++ b/lib/eos/jao-multisession.el @@ -1,6 +1,6 @@ ;;; multisession.el --- Multisession storage for variables -*- lexical-binding: t; -*- -;; Copyright (C) 2021-2025 Free Software Foundation, Inc. +;; Copyright (C) 2021-2026 Free Software Foundation, Inc. ;; This file is part of GNU Emacs. @@ -294,8 +294,8 @@ storage method to list." (tabulated-list-print t) (goto-char (point-min)) (when id - (when-let ((match - (text-property-search-forward 'tabulated-list-id id t))) + (when-let* ((match + (text-property-search-forward 'tabulated-list-id id t))) (goto-char (prop-match-beginning match)))))) (defun multisession-delete-value (id) -- cgit v1.2.3