* fileio.c (find_file_handler): Rename this to
authorJim Blandy <jimb@redhat.com>
Sat, 12 Dec 1992 15:35:12 +0000 (15:35 +0000)
committerJim Blandy <jimb@redhat.com>
Sat, 12 Dec 1992 15:35:12 +0000 (15:35 +0000)
commit997bf68d0a06c48d671e0d2d810ec070c4dba78b
tree991d87a892761c11ffb05ec3f68282299150e8fc
parent4a88b3b0fef8489fb3edc99a7659ec93da89130e
* fileio.c (find_file_handler): Rename this to
Ffind_file_name_handler, and make it visible to lisp.  Add a QUIT
to the loop which scans file-name-handler-alist.  All uses
changed.
(syms_of_fileio): Mention this new function in the docstring for
Vfile_name_handler_alist.  defsubr Sfind_file_name_handler.
* lisp.h (Ffind_file_name_handler): Added extern declaration.
* dired.c: All uses of find_file_handler changed here too.
src/dired.c
src/lisp.h