projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
101a5b5
)
Fix url-dired obsoletion warning
author
Lars Ingebrigtsen
<larsi@gnus.org>
Tue, 2 Aug 2022 09:19:59 +0000
(11:19 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Tue, 2 Aug 2022 09:20:14 +0000
(11:20 +0200)
* lisp/url/url-file.el (url-file): Don't use obsolete url-dired
function.
lisp/url/url-file.el
patch
|
blob
|
history
diff --git
a/lisp/url/url-file.el
b/lisp/url/url-file.el
index 1d5a8f505f18a123fcbc6db1ee7eed499cb38c6b..a72b2e67a6ac015cde8be5d72b7f7cb1b0d817f6 100644
(file)
--- a/
lisp/url/url-file.el
+++ b/
lisp/url/url-file.el
@@
-173,7
+173,7
@@
it up to them."
(if (file-directory-p filename)
;; A directory is done the same whether we are local or remote
- (
url-find-file-dired
filename)
+ (
find-file
filename)
(with-current-buffer
(setq buffer (generate-new-buffer " *url-file*"))
(require 'mm-util)