summaryrefslogtreecommitdiff
path: root/lisp/gnus/nnheader.el
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2022-08-05 13:36:38 +0200
committerStefan Kangas <stefan@marxist.se>2022-08-05 14:00:23 +0200
commitb7a896731c6574d9a5e4c0b33ce06a8969b5644a (patch)
treecac8c710170051e647bca490466f6f69a6dca85e /lisp/gnus/nnheader.el
parent7fccb83d076b174ada420bb9fe002687aa11f96b (diff)
downloademacs-b7a896731c6574d9a5e4c0b33ce06a8969b5644a.tar.gz
Make ange-ftp-re-read-dir compat alias obsolete
* lisp/net/ange-ftp.el (ange-ftp-re-read-dir): Make alias obsolete. Update callers.
Diffstat (limited to 'lisp/gnus/nnheader.el')
-rw-r--r--lisp/gnus/nnheader.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/gnus/nnheader.el b/lisp/gnus/nnheader.el
index 92df41ea829..634cc251b87 100644
--- a/lisp/gnus/nnheader.el
+++ b/lisp/gnus/nnheader.el
@@ -920,9 +920,9 @@ first. Otherwise, find the newest one, though it may take a time."
(defvar ange-ftp-path-format)
(defun nnheader-re-read-dir (path)
"Re-read directory PATH if PATH is on a remote system."
- (when (and (fboundp 'ange-ftp-re-read-dir) (boundp 'ange-ftp-path-format))
+ (when (and (fboundp 'ange-ftp-reread-dir) (boundp 'ange-ftp-path-format))
(when (string-match (car ange-ftp-path-format) path)
- (ange-ftp-re-read-dir path))))
+ (ange-ftp-reread-dir path))))
(defun nnheader-insert-file-contents (filename &optional visit beg end replace)
"Like `insert-file-contents', q.v., but only reads in the file.