Variable: recentf-save-file-coding-system
recentf-save-file-coding-system is a variable defined in
recentf.el.gz.
Value
utf-8-emacs
Documentation
Coding system of the file recentf-save-file.
Source Code
;; Defined in /usr/src/emacs/lisp/recentf.el.gz
(defconst recentf-save-file-coding-system
(if (coding-system-p 'utf-8-emacs)
'utf-8-emacs
'emacs-mule)
"Coding system of the file `recentf-save-file'.")