* message.el (message-expand-group): Pass the common
[bpt/emacs.git] / lisp / eshell / em-hist.el
index fd887e5..e784402 100644 (file)
@@ -507,7 +507,7 @@ See also `eshell-read-history'."
        ;; Change "completion" to "history reference"
        ;; to make the display accurate.
        (with-output-to-temp-buffer history-buffer
-         (display-completion-list history)
+         (display-completion-list history prefix)
          (set-buffer history-buffer)
          (forward-line 3)
          (while (search-backward "completion" nil 'move)