X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/e6fd457e010c2ec034a331335530d817852cc11c..6b8504bae0773ffedb64ed2a48cad6f4d84e754d:/lisp/recentf.el diff --git a/lisp/recentf.el b/lisp/recentf.el index 636110f41d..a4e4359999 100644 --- a/lisp/recentf.el +++ b/lisp/recentf.el @@ -1,6 +1,6 @@ ;;; recentf.el --- setup a menu of recently opened files -;; Copyright (C) 1999-2012 Free Software Foundation, Inc. +;; Copyright (C) 1999-2013 Free Software Foundation, Inc. ;; Author: David Ponce ;; Created: July 19 1999 @@ -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