\f
* Changes in Specialized Modes and Packages in Emacs 24.4
+** Recentf looks for ~/.emacs.d/recentf additionally to ~/.recentf.
+
** Delphi mode is now called OPascal mode.
*** All delphi-* variables and functions have been renamed to opascal-*.
*** `delphi-newline-always-indents' is not supported any more
+2013-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
+
+ * recentf.el (recentf-save-file): Use locate-user-emacs-file (bug#13870).
+
2013-03-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
* net/net-utils.el (net-utils-remove-ctrl-m-filter):
: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