From 1bfda128905d677589fbc02b35e6c0eccc0e8adc Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 19 Oct 2008 10:11:20 +0000 Subject: [PATCH] (recentf-save-file): Run file names that begin with a period thru `convert-standard-filename'. --- lisp/recentf.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'." :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 -- 2.39.5