Variable: inhibit-local-variables-ignore-case
inhibit-local-variables-ignore-case is a variable defined in
files.el.gz.
Value
t
Documentation
Non-nil means inhibit-local-variables-p ignores case.
Source Code
;; Defined in /usr/src/emacs/lisp/files.el.gz
;; Can't think of any situation in which you'd want this to be nil...
(defvar inhibit-local-variables-ignore-case t
"Non-nil means `inhibit-local-variables-p' ignores case.")