(recentf-save-file): Run file names that begin with a period thru
`convert-standard-filename'.
This commit is contained in:
parent
445978089b
commit
1bfda12890
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue