Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
e56221d5
Commit
e56221d5
authored
Mar 11, 2013
by
Stefan Monnier
Browse files
* lisp/recentf.el (recentf-save-file): Use locate-user-emacs-file.
Fixes: debbugs:13870
parent
c6bdd110
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
1 deletion
+7
-1
etc/NEWS
etc/NEWS
+2
-0
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/recentf.el
lisp/recentf.el
+1
-1
No files found.
etc/NEWS
View file @
e56221d5
...
@@ -85,6 +85,8 @@ Eg View mode, etc.
...
@@ -85,6 +85,8 @@ Eg View mode, etc.
*
Changes in Specialized Modes and Packages in Emacs 24.4
*
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.
** Delphi mode is now called OPascal mode.
***
All delphi-* variables and functions have been renamed to opascal-*.
***
All delphi-* variables and functions have been renamed to opascal-*.
***
`delphi-newline-always-indents' is not supported any more
***
`delphi-newline-always-indents' is not supported any more
...
...
lisp/ChangeLog
View file @
e56221d5
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>
2013-03-11 Thierry Volpiatto <thierry.volpiatto@gmail.com>
* net/net-utils.el (net-utils-remove-ctrl-m-filter):
* net/net-utils.el (net-utils-remove-ctrl-m-filter):
...
...
lisp/recentf.el
View file @
e56221d5
...
@@ -69,7 +69,7 @@ See the command `recentf-save-list'."
...
@@ -69,7 +69,7 @@ See the command `recentf-save-list'."
:group
'recentf
:group
'recentf
:type
'integer
)
: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."
"File to save the recent list into."
:group
'recentf
:group
'recentf
:type
'file
:type
'file
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment