no-byte-compile is a variable defined in `bytecomp.el'.
Its value is
nil
This variable is safe as a file local variable if its value
satisfies the predicate `booleanp'.
Documentation:
Non-nil to prevent byte-compiling of Emacs Lisp code.
This is normally set in local file variables at the end of the elisp file:
;; Local Variables:
;; no-byte-compile: t
;; End: