# HG changeset patch # User Eli Zaretskii # Date 1224411080 0 # Node ID d90313a345e79a740f7efbf412fb5699762d7117 # Parent 4db633f0428a11f816ba8e93af30ca684eaaa896 (recentf-save-file): Run file names that begin with a period thru `convert-standard-filename'. diff -r 4db633f0428a -r d90313a345e7 lisp/recentf.el --- 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