emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/filecache.el


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

Index: emacs/lisp/filecache.el
diff -c emacs/lisp/filecache.el:1.25 emacs/lisp/filecache.el:1.26
*** emacs/lisp/filecache.el:1.25        Sat Aug  6 22:13:42 2005
--- emacs/lisp/filecache.el     Sun Oct 16 09:31:47 2005
***************
*** 607,613 ****
                            completion-setup-hook)))
                    )
                (with-output-to-temp-buffer file-cache-completions-buffer
!                 (display-completion-list completion-list))
                )
              )
          (setq file-cache-string (file-cache-file-name completion-string))
--- 607,613 ----
                            completion-setup-hook)))
                    )
                (with-output-to-temp-buffer file-cache-completions-buffer
!                 (display-completion-list completion-list string))
                )
              )
          (setq file-cache-string (file-cache-file-name completion-string))
***************
*** 700,706 ****
           )
          (t
           (with-output-to-temp-buffer "*Completions*"
!            (display-completion-list all))
           ))
      ))
  
--- 700,706 ----
           )
          (t
           (with-output-to-temp-buffer "*Completions*"
!            (display-completion-list all pattern))
           ))
      ))
  




reply via email to

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