changeset 98865:d90313a345e7

(recentf-save-file): Run file names that begin with a period thru `convert-standard-filename'.
author Eli Zaretskii <eliz@gnu.org>
date Sun, 19 Oct 2008 10:11:20 +0000
parents 4db633f0428a
children a2b77994ca7e
files lisp/recentf.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/recentf.el	Sun Oct 19 10:10:44 2008 +0000
+++ b/lisp/recentf.el	Sun Oct 19 10:11:20 2008 +0000
@@ -67,7 +67,7 @@
   :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