]> git.eshelyaron.com Git - emacs.git/commitdiff
(em-cmpl-test/file-completion/non-unique): Fix test
authorEshel Yaron <me@eshelyaron.com>
Fri, 21 Jun 2024 19:46:17 +0000 (21:46 +0200)
committerEshel Yaron <me@eshelyaron.com>
Fri, 21 Jun 2024 19:46:17 +0000 (21:46 +0200)
test/lisp/eshell/em-cmpl-tests.el

index 6f75084858172ab8af91cb75d9b54bcdcfe57211..d17c7f8e6fe020df9a730504bd406ad7f396eea2 100644 (file)
@@ -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.