From 573809efcbf7e620b83fd610c37ded3c46722b09 Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Fri, 24 May 2024 11:04:47 +0200 Subject: [PATCH] Fix 'completion-preview-cursor-type' test --- test/lisp/completion-preview-tests.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/lisp/completion-preview-tests.el b/test/lisp/completion-preview-tests.el index 1b0ef28f54d..06f5ee32e32 100644 --- a/test/lisp/completion-preview-tests.el +++ b/test/lisp/completion-preview-tests.el @@ -318,7 +318,7 @@ instead." (let ((this-command 'self-insert-command)) (completion-preview--post-command)) (should (eq completion-preview-cursor-type - (window-parameter nil 'cursor-type))) + (window-cursor-type nil))) (should (completion-preview--cursor-modified-p)) (let ((this-command 'keyboard-quit)) (completion-preview--post-command)) -- 2.39.5