Function: dir-locals-read-from-file
dir-locals-read-from-file is a function alias for
dir-locals-read-from-dir, defined in files.el.gz.
This function is obsolete since 25.1; use dir-locals-read-from-dir
instead.
Signature
(dir-locals-read-from-file DIR)
Documentation
Load all variables files in DIR and register a new class and instance.
DIR is the absolute name of a directory, which must contain at least one dir-local file (which is a file holding variables to apply). Return the new class name, which is a symbol named DIR.
Aliases
dir-locals-read-from-file (obsolete since 25.1)