bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#5543: 23.1; mistake of file name extension in nnrss-check-group of g


From: Toru TSUNEYOSHI
Subject: bug#5543: 23.1; mistake of file name extension in nnrss-check-group of gnus
Date: Mon, 08 Feb 2010 18:02:29 +0900

Hello.

In function `nnrss-check-group' of lisp/gnus/nnrss.el (of GNU Emacs
23.1), there is a mistake of file name extension.
Please fix it.

(file-exists-p (setq file (expand-file-name
                           (nnrss-translate-file-chars
                            (concat group ".xml")) ; => should be ".el"
                           nnrss-directory))))

Or shoud replace with `nnrss-make-filename', I think.

(file-exists-p (setq file (nnrss-make-filename group server))))







reply via email to

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