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
  ;; FIXME: We should transition to `utf-8-emacs-unix' somehow!
  "Coding system used for writing the ecomplete database file."
  :type '(symbol :tag "Coding system"))