* lisp/recentf.el (recentf-save-file): Use locate-user-emacs-file.
[bpt/emacs.git] / lisp / recentf.el
index 02e5b09..a4e4359 100644 (file)
@@ -69,7 +69,7 @@ See the command `recentf-save-list'."
   :group 'recentf
   :type 'integer)
 
-(defcustom recentf-save-file (convert-standard-filename "~/.recentf")
+(defcustom recentf-save-file (locate-user-emacs-file "recentf" ".recentf")
   "File to save the recent list into."
   :group 'recentf
   :type 'file