Variable: ecomplete-database-file-coding-system
ecomplete-database-file-coding-system is a customizable variable
defined in ecomplete.el.gz.
Value
iso-2022-7bit
Documentation
Coding system used for writing the ecomplete database file.
Source Code
;; Defined in /usr/src/emacs/lisp/ecomplete.el.gz
(defcustom ecomplete-database-file-coding-system 'iso-2022-7bit
"Coding system used for writing the ecomplete database file."
:type '(symbol :tag "Coding system"))