Variable: recentf-save-file-header
recentf-save-file-header is a variable defined in recentf.el.gz.
Value
";;; Automatically generated by `recentf' on %s -*- mode: emacs-lisp; lexical-binding: t -*-\n"
Documentation
Header to be written into the recentf-save-file.
Source Code
;; Defined in /usr/src/emacs/lisp/recentf.el.gz
(defconst recentf-save-file-header
;; FIXME: This should arguably be a `lisp-data' file, but currently
;; it contains and is used as an executable Elisp code.
";;; Automatically generated by `recentf' on %s -*- mode: emacs-lisp; lexical-binding: t -*-\n"
"Header to be written into the `recentf-save-file'.")