(recentf-save-file): Run file names that begin with a period thru

`convert-standard-filename'.
This commit is contained in:
Eli Zaretskii
2008-10-19 10:11:20 +00:00
parent 445978089b
commit 1bfda12890

View File

@@ -67,7 +67,7 @@ See the command `recentf-save-list'."
:group 'recentf
:type 'integer)
(defcustom recentf-save-file "~/.recentf"
(defcustom recentf-save-file (convert-standard-filename "~/.recentf")
"File to save the recent list into."
:group 'recentf
:type 'file