Variable: inhibit-file-name-handlers
inhibit-file-name-handlers is a variable defined in fileio.c.
Value
nil
Documentation
A list of file name handlers that temporarily should not be used.
This applies only to the operation inhibit-file-name-operation.
Probably introduced at or before Emacs version 19.23.
Source Code
// Defined in /usr/src/emacs/src/fileio.c
DEFVAR_LISP ("inhibit-file-name-handlers", Vinhibit_file_name_handlers,
doc: /* A list of file name handlers that temporarily should not be used.
This applies only to the operation `inhibit-file-name-operation'. */);