Variable: find-file-literally
find-file-literally is a variable defined in files.el.gz.
Value
nil
Documentation
Non-nil if this buffer was made by find-file-literally(var)/find-file-literally(fun) or equivalent.
This has the permanent-local property, which takes effect if you
make the variable buffer-local.
Probably introduced at or before Emacs version 20.1.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/files.el.gz
(defvar find-file-literally nil
"Non-nil if this buffer was made by `find-file-literally' or equivalent.
This has the `permanent-local' property, which takes effect if you
make the variable buffer-local.")