Variable: inhibit-first-line-modes-suffixes
inhibit-first-line-modes-suffixes is an alias for
inhibit-local-variables-suffixes, defined in files.el.gz.
This variable is obsolete since 24.1; use
inhibit-local-variables-suffixes instead.
Value
("\\.zst\\'" "\\.dz\\'" "\\.xz\\'" "\\.lzma\\'" "\\.lz\\'" "\\.g?z\\'" "\\.bz2\\'" "\\.Z\\'")
Documentation
List of regexps matching suffixes to remove from file names.
The function inhibit-local-variables-p uses this: when checking
a file name, it first discards from the end of the name anything that
matches one of these regexps.
Probably introduced at or before Emacs version 24.1.
Aliases
inhibit-first-line-modes-suffixes (obsolete since 24.1)