/[emacs]/emacs/lisp/filecache.el
ViewVC logotype

Diff of /emacs/lisp/filecache.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.25 by ttn, Sat Aug 6 22:13:42 2005 UTC revision 1.26 by jet, Sun Oct 16 09:31:47 2005 UTC
# Line 607  the name is considered already unique; o Line 607  the name is considered already unique; o
607                              completion-setup-hook)))                              completion-setup-hook)))
608                      )                      )
609                  (with-output-to-temp-buffer file-cache-completions-buffer                  (with-output-to-temp-buffer file-cache-completions-buffer
610                    (display-completion-list completion-list))                    (display-completion-list completion-list string))
611                  )                  )
612                )                )
613            (setq file-cache-string (file-cache-file-name completion-string))            (setq file-cache-string (file-cache-file-name completion-string))
# Line 700  the name is considered already unique; o Line 700  the name is considered already unique; o
700             )             )
701            (t            (t
702             (with-output-to-temp-buffer "*Completions*"             (with-output-to-temp-buffer "*Completions*"
703               (display-completion-list all))               (display-completion-list all pattern))
704             ))             ))
705      ))      ))
706    

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26