(recentf-save-file): Run file names that begin with a period thru
`convert-standard-filename'.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user