Variable: last-coding-system-specified

last-coding-system-specified is a variable defined in mule-cmds.el.gz.

Value

nil

Documentation

Most recent coding system explicitly specified by the user when asked.

This variable is set whenever Emacs asks the user which coding system to use in order to write a file. If you set it to nil explicitly, then call write-region, then afterward this variable will be non-nil only if the user was explicitly asked and specified a coding system.

Source Code

;; Defined in /usr/src/emacs/lisp/international/mule-cmds.el.gz
(defvar last-coding-system-specified nil
  "Most recent coding system explicitly specified by the user when asked.
This variable is set whenever Emacs asks the user which coding system
to use in order to write a file.  If you set it to nil explicitly,
then call `write-region', then afterward this variable will be non-nil
only if the user was explicitly asked and specified a coding system.")