]> git.eshelyaron.com Git - emacs.git/commitdiff
(recentf-save-file): Run file names that begin with a period thru
authorEli Zaretskii <eliz@gnu.org>
Sun, 19 Oct 2008 10:11:20 +0000 (10:11 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sun, 19 Oct 2008 10:11:20 +0000 (10:11 +0000)
`convert-standard-filename'.

lisp/recentf.el

index 0a21a9dcc8e6736b3d0c201fb71df0608b3fbd7e..20ff12c33da739312876fb72a5cc6baa06beb168 100644 (file)
@@ -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