From: Eli Zaretskii Date: Sun, 19 Oct 2008 10:11:20 +0000 (+0000) Subject: (recentf-save-file): Run file names that begin with a period thru X-Git-Tag: emacs-pretest-23.0.90~2381 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1bfda128905d677589fbc02b35e6c0eccc0e8adc;p=emacs.git (recentf-save-file): Run file names that begin with a period thru `convert-standard-filename'. --- 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