emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r112014: * lisp/recentf.el (recentf-s


From: Stefan Monnier
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r112014: * lisp/recentf.el (recentf-save-file): Use locate-user-emacs-file.
Date: Mon, 11 Mar 2013 16:37:00 -0400
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 112014
fixes bug: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=13870
committer: Stefan Monnier <address@hidden>
branch nick: trunk
timestamp: Mon 2013-03-11 16:37:00 -0400
message:
  * lisp/recentf.el (recentf-save-file): Use locate-user-emacs-file.
modified:
  etc/NEWS
  lisp/ChangeLog
  lisp/recentf.el
=== modified file 'etc/NEWS'
--- a/etc/NEWS  2013-03-11 02:56:18 +0000
+++ b/etc/NEWS  2013-03-11 20:37:00 +0000
@@ -85,6 +85,8 @@
 
 * 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

=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-03-11 18:30:49 +0000
+++ b/lisp/ChangeLog    2013-03-11 20:37:00 +0000
@@ -1,3 +1,7 @@
+2013-03-11  Stefan Monnier  <address@hidden>
+
+       * recentf.el (recentf-save-file): Use locate-user-emacs-file 
(bug#13870).
+
 2013-03-11  Thierry Volpiatto  <address@hidden>
 
        * net/net-utils.el (net-utils-remove-ctrl-m-filter):

=== modified file 'lisp/recentf.el'
--- a/lisp/recentf.el   2013-01-01 09:11:05 +0000
+++ b/lisp/recentf.el   2013-03-11 20:37:00 +0000
@@ -69,7 +69,7 @@
   :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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]