From 9a67967cec12a2334c3cc38ba0c3695d052cfeb0 Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Fri, 21 Jun 2024 21:46:17 +0200 Subject: [PATCH] (em-cmpl-test/file-completion/non-unique): Fix test --- test/lisp/eshell/em-cmpl-tests.el | 1 - 1 file changed, 1 deletion(-) diff --git a/test/lisp/eshell/em-cmpl-tests.el b/test/lisp/eshell/em-cmpl-tests.el index 6f750848581..d17c7f8e6fe 100644 --- a/test/lisp/eshell/em-cmpl-tests.el +++ b/test/lisp/eshell/em-cmpl-tests.el @@ -184,7 +184,6 @@ ACTUAL and EXPECTED should both be lists of strings." ;; Now try completing again. (let ((minibuffer-message-timeout 0) (inhibit-message t) - (last-command 'completion-at-point) (completion-auto-help t)) (call-interactively #'completion-at-point)) ;; This time, we should display the completions buffer. -- 2.39.2