aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/recentf.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/recentf.el b/lisp/recentf.el
index 0a21a9dcc8e..20ff12c33da 100644
--- a/lisp/recentf.el
+++ b/lisp/recentf.el
@@ -67,7 +67,7 @@ See the command `recentf-save-list'."
67 :group 'recentf 67 :group 'recentf
68 :type 'integer) 68 :type 'integer)
69 69
70(defcustom recentf-save-file "~/.recentf" 70(defcustom recentf-save-file (convert-standard-filename "~/.recentf")
71 "File to save the recent list into." 71 "File to save the recent list into."
72 :group 'recentf 72 :group 'recentf
73 :type 'file 73 :type 'file