Mercurial > emacs
diff lisp/eshell/em-hist.el @ 90260:0ca0d9181b5e
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-95
Merge from emacs--cvs-trunk--0
Patches applied:
* emacs--cvs-trunk--0 (patch 598-615)
- Update from CVS
- Remove lisp/toolbar directory
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 142-146)
- Update from CVS
author | Miles Bader <miles@gnu.org> |
---|---|
date | Mon, 16 Jan 2006 06:59:21 +0000 |
parents | edf295560b5a 13abee3a9bc6 |
children | c5406394f567 |
line wrap: on
line diff
--- a/lisp/eshell/em-hist.el Wed Dec 28 07:22:57 2005 +0000 +++ b/lisp/eshell/em-hist.el Mon Jan 16 06:59:21 2006 +0000 @@ -507,7 +507,7 @@ ;; 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)