summaryrefslogtreecommitdiff
path: root/src/lisp.h
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1992-12-12 15:35:12 +0000
committerJim Blandy <jimb@redhat.com>1992-12-12 15:35:12 +0000
commit997bf68d0a06c48d671e0d2d810ec070c4dba78b (patch)
tree991d87a892761c11ffb05ec3f68282299150e8fc /src/lisp.h
parent4a88b3b0fef8489fb3edc99a7659ec93da89130e (diff)
downloademacs-997bf68d0a06c48d671e0d2d810ec070c4dba78b.tar.gz
* 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.
Diffstat (limited to 'src/lisp.h')
-rw-r--r--src/lisp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lisp.h b/src/lisp.h
index d355837067b..6e38d8cba78 100644
--- a/src/lisp.h
+++ b/src/lisp.h
@@ -1070,6 +1070,7 @@ extern Lisp_Object Fcopy_marker ();
/* Defined in fileio.c */
extern Lisp_Object Qfile_error;
+extern Lisp_Object Ffind_file_name_handler ();
extern Lisp_Object Ffile_name_as_directory ();
extern Lisp_Object Fexpand_file_name (), Ffile_name_nondirectory ();
extern Lisp_Object Fsubstitute_in_file_name ();