[gnus git] branch master updated: =1= gnus-sum: use read-directory-name
Julien Danjou <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via cbe96287503450f41e0f5b26177d888545380d02 (commit)
from 8eb5f1cde674860ba1a05c8754e45dbadc137ca5 (commit)
- Log -----------------------------------------------------------------
commit cbe96287503450f41e0f5b26177d888545380d02
Author: Antoine Levitt <[email protected]>
Date: Thu Feb 10 17:25:05 2011 +0100
gnus-sum: use read-directory-name
Signed-off-by: Julien Danjou <[email protected]>
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 0a90892..02ddfe1 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2011-02-10 Antoine Levitt <[email protected]> (tiny change)
+
+ * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
+
2011-02-09 Lars Ingebrigtsen <[email protected]>
* nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
diff --git a/lisp/gnus-sum.el b/lisp/gnus-sum.el
index 8221667..8fac502 100644
--- a/lisp/gnus-sum.el
+++ b/lisp/gnus-sum.el
@@ -12087,7 +12087,7 @@ If REVERSE, save parts that do not match TYPE."
gnus-summary-save-parts-default-mime)
'gnus-summary-save-parts-type-history)
(setq gnus-summary-save-parts-last-directory
- (read-file-name "Save to directory: "
+ (read-directory-name "Save to directory: "
gnus-summary-save-parts-last-directory
nil t))
current-prefix-arg))
-----------------------------------------------------------------------
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/ChangeLog | 4 ++++
lisp/gnus-sum.el | 6 +++---
2 files changed, 7 insertions(+), 3 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