Variable: file-auto-mode-skip

file-auto-mode-skip is a variable defined in files.el.gz.

Value

"^\\(#!\\|'\\\\\"\\)"

Documentation

Regexp of lines to skip when looking for file-local settings.

If the first line matches this regular expression, then the -*-...-*- file- local settings will be consulted on the second line instead of the first.

Source Code

;; Defined in /usr/src/emacs/lisp/files.el.gz
(defvar file-auto-mode-skip "^\\(#!\\|'\\\\\"\\)"
  "Regexp of lines to skip when looking for file-local settings.
If the first line matches this regular expression, then the -*-...-*- file-
local settings will be consulted on the second line instead of the first.")