From b0ff8ec5b8358ef5ffa7f8ece9e64f114ae1f9c4 Mon Sep 17 00:00:00 2001 From: SqrtMinusOne Date: Fri, 8 Mar 2024 20:35:46 +0300 Subject: [PATCH] shell-atuin: fix CI (x2) --- eshell-atuin.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eshell-atuin.el b/eshell-atuin.el index 9a8e044..46cd31d 100644 --- a/eshell-atuin.el +++ b/eshell-atuin.el @@ -264,7 +264,7 @@ This is used to speed up the lookup after `competing-read' in (setq eshell-atuin--history-cache nil) (setq eshell-atuin--history-last-update nil) (setq eshell-atuin--history-cache-index (make-hash-table :test #'equal)) - (setq eshell-atuin--history-format-index (make-hash-table :test #'equal))) + (setq eshell-atuin--history-cache-format-index (make-hash-table :test #'equal))) (defun eshell-atuin--create-format-flag () "Format `eshell-atuin-search-fields' for usage in the -f flag."