Show
Ignore:
Timestamp:
09/18/06 20:48:14 (2 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lisp/filecache.el

    r4037 r4166  
    267267;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 
    268268 
     269;;;###autoload 
    269270(defun file-cache-add-directory (directory &optional regexp) 
    270271  "Add DIRECTORY to the file cache. 
     
    292293      (file-cache-add-file-list dir-files)))) 
    293294 
     295;;;###autoload 
    294296(defun file-cache-add-directory-list (directory-list &optional regexp) 
    295297  "Add DIRECTORY-LIST (a list of directory names) to the file cache. 
     
    308310 
    309311;; Workhorse function 
     312 
     313;;;###autoload 
    310314(defun file-cache-add-file (file) 
    311315  "Add FILE to the file cache." 
     
    334338      ))) 
    335339 
     340;;;###autoload 
    336341(defun file-cache-add-directory-using-find (directory) 
    337342  "Use the `find' command to add files to the file cache. 
     
    356361    (file-cache-add-from-file-cache-buffer))) 
    357362 
     363;;;###autoload 
    358364(defun file-cache-add-directory-using-locate (string) 
    359365  "Use the `locate' command to add files to the file cache. 
     
    367373  (file-cache-add-from-file-cache-buffer)) 
    368374 
     375;;;###autoload 
    369376(defun file-cache-add-directory-recursively  (dir &optional regexp) 
    370377  "Adds DIR and any subdirectories to the file-cache.