comparison lisp/files.el @ 18164:33e7093070f8

(file-name-non-special): Handle file-name-completion and file-name-all-completions.
author Richard M. Stallman <rms@gnu.org>
date Sun, 08 Jun 1997 03:26:07 +0000
parents 89969b579beb
children 1058f8684eca
comparison
equal deleted inserted replaced
18163:8064de096e1f 18164:33e7093070f8
2960 ;; as stripped of its quoting. 2960 ;; as stripped of its quoting.
2961 (substitute-in-file-name . identity) 2961 (substitute-in-file-name . identity)
2962 (file-name-directory . nil) 2962 (file-name-directory . nil)
2963 (file-name-as-directory . nil) 2963 (file-name-as-directory . nil)
2964 (directory-file-name . nil) 2964 (directory-file-name . nil)
2965 (file-name-completion 0 1)
2966 (file-name-all-completions 0 1)
2965 (rename-file 0 1) 2967 (rename-file 0 1)
2966 (copy-file 0 1) 2968 (copy-file 0 1)
2967 (make-symbolic-link 0 1) 2969 (make-symbolic-link 0 1)
2968 (add-name-to-file 0 1))) 2970 (add-name-to-file 0 1)))
2969 ;; For all other operations, treat the first argument only 2971 ;; For all other operations, treat the first argument only