[gnus git] branch master updated: n0-13-75-gc002e64 =1= gnus-uu.el (gnus-uu-decode-save): Typo fix.
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via c002e64749dfa3e7256638c37d6fb772e65f85f8 (commit)
from 25b7c85769939666b265dffd6bfec7cc056dd040 (commit)
- Log -----------------------------------------------------------------
commit c002e64749dfa3e7256638c37d6fb772e65f85f8
Author: Katsumi Yamaoka <[email protected]>
Date: Sun Mar 6 00:09:26 2011 +0000
gnus-uu.el (gnus-uu-decode-save): Typo fix.
diff --git a/lisp/gnus-uu.el b/lisp/gnus-uu.el
index 7aa0e09..05ba359 100644
--- a/lisp/gnus-uu.el
+++ b/lisp/gnus-uu.el
@@ -393,7 +393,7 @@ didn't work, and overwrite existing files. Otherwise, ask each time."
(if gnus-uu-save-separate-articles
(read-directory-name
"Save articles in dir: " gnus-uu-default-dir gnus-uu-default-dir)
- (read-file-name-name
+ (read-file-name
"Save article in file: " gnus-uu-default-dir gnus-uu-default-dir))))
(setq gnus-uu-saved-article-name file)
(gnus-uu-decode-with-method 'gnus-uu-save-article n nil t))
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/gnus-uu.el | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project