diff options
Diffstat (limited to 'lib/eos/jao-multisession.el')
| -rw-r--r-- | lib/eos/jao-multisession.el | 6 |
1 files changed, 3 insertions, 3 deletions
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) |
