aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/recentf.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index bdfa6ae25ac..e392fb286b6 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * recentf.el (recentf-save-file): Use locate-user-emacs-file (bug#13870).
4
12013-03-11 Thierry Volpiatto <thierry.volpiatto@gmail.com> 52013-03-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2 6
3 * net/net-utils.el (net-utils-remove-ctrl-m-filter): 7 * net/net-utils.el (net-utils-remove-ctrl-m-filter):
diff --git a/lisp/recentf.el b/lisp/recentf.el
index 02e5b09b981..a4e4359999f 100644
--- a/lisp/recentf.el
+++ b/lisp/recentf.el
@@ -69,7 +69,7 @@ See the command `recentf-save-list'."
69 :group 'recentf 69 :group 'recentf
70 :type 'integer) 70 :type 'integer)
71 71
72(defcustom recentf-save-file (convert-standard-filename "~/.recentf") 72(defcustom recentf-save-file (locate-user-emacs-file "recentf" ".recentf")
73 "File to save the recent list into." 73 "File to save the recent list into."
74 :group 'recentf 74 :group 'recentf
75 :type 'file 75 :type 'file