From: Eshel Yaron Date: Fri, 21 Jun 2024 19:46:17 +0000 (+0200) Subject: (em-cmpl-test/file-completion/non-unique): Fix test X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9a67967cec12a2334c3cc38ba0c3695d052cfeb0;p=emacs.git (em-cmpl-test/file-completion/non-unique): Fix test --- 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.