emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/eshell/em-hist.el


From: Masatake YAMATO
Subject: [Emacs-diffs] Changes to emacs/lisp/eshell/em-hist.el
Date: Sun, 16 Oct 2005 05:31:52 -0400

Index: emacs/lisp/eshell/em-hist.el
diff -c emacs/lisp/eshell/em-hist.el:1.19 emacs/lisp/eshell/em-hist.el:1.20
*** emacs/lisp/eshell/em-hist.el:1.19   Mon Aug  1 15:04:33 2005
--- emacs/lisp/eshell/em-hist.el        Sun Oct 16 09:31:47 2005
***************
*** 507,513 ****
        ;; Change "completion" to "history reference"
        ;; to make the display accurate.
        (with-output-to-temp-buffer history-buffer
!         (display-completion-list history)
          (set-buffer history-buffer)
          (forward-line 3)
          (while (search-backward "completion" nil 'move)
--- 507,513 ----
        ;; Change "completion" to "history reference"
        ;; to make the display accurate.
        (with-output-to-temp-buffer history-buffer
!         (display-completion-list history prefix)
          (set-buffer history-buffer)
          (forward-line 3)
          (while (search-backward "completion" nil 'move)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]