Variable: nxml-default-buffer-file-coding-system
nxml-default-buffer-file-coding-system is a customizable variable
defined in nxml-mode.el.gz.
Value
nil
Documentation
Default value for buffer-file-coding-system for a buffer for a new file.
A value of nil means use the default value of
buffer-file-coding-system as normal.
A buffer's buffer-file-coding-system affects what
M-x nxml-insert-xml-declaration (nxml-insert-xml-declaration) inserts.
Source Code
;; Defined in /usr/src/emacs/lisp/nxml/nxml-mode.el.gz
(defcustom nxml-default-buffer-file-coding-system nil
"Default value for `buffer-file-coding-system' for a buffer for a new file.
A value of nil means use the default value of
`buffer-file-coding-system' as normal.
A buffer's `buffer-file-coding-system' affects what
\\[nxml-insert-xml-declaration] inserts."
:group 'nxml
:type 'coding-system
:safe #'coding-system-p)