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
4e44b31f
Commit
4e44b31f
authored
Jul 17, 2007
by
Michael Albinus
Browse files
* recentf.el (recentf-keep-default-predicate): Adapt call of
`file-remote-p'.
parent
ac25542d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/recentf.el
lisp/recentf.el
+1
-1
No files found.
lisp/recentf.el
View file @
4e44b31f
...
...
@@ -103,7 +103,7 @@ must return non-nil to exclude it."
"Return non-nil if FILE should be kept in the recent list.
It handles the case of remote files as well."
(
cond
((
file-remote-p
file
t
)
(
file-readable-p
file
))
((
file-remote-p
file
nil
t
)
(
file-readable-p
file
))
((
file-remote-p
file
))
((
file-readable-p
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