;;; Save/load/cleanup the recent list
;;
(defconst recentf-save-file-header
- ";;; Automatically generated by `recentf' on %s.\n"
+ ";;; Automatically generated by `recentf' on %s. -*- mode: lisp-data -*-\n"
"Header to be written into the `recentf-save-file'.")
(defconst recentf-save-file-coding-system
(point-max)
(expand-file-name recentf-save-file) nil
(unless (or (called-interactively-p 'interactive)
- recentf-show-messages)
+ recentf-show-messages)
'quiet))
(when recentf-save-file-modes
(set-file-modes recentf-save-file recentf-save-file-modes))