[gnus git] branch master updated: n0-13-28-gdb00ac1
Lars Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via db00ac162ef860f036ad6f27af4e4645bde557a4 (commit)
via 2c3eb1946ce3d614af2aafdc0160ec498c3b250c (commit)
from 67b4185817cc1a4760f0754b3de9b16c83a7b66e (commit)
- Log -----------------------------------------------------------------
commit db00ac162ef860f036ad6f27af4e4645bde557a4
Author: Lars Ingebrigtsen <[email protected]>
Date: Wed Feb 23 01:32:21 2011 -0800
Set buffer-save-without-query, since we always want to save the dribble file, probably.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f65f5b1..d7b63cf 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,9 @@
2011-02-23 Lars Ingebrigtsen <[email protected]>
+ * gnus-start.el (gnus-dribble-read-file): Set
+ buffer-save-without-query, since we always want to save the dribble
+ file, probably.
+
* nnmail.el (nnmail-article-group): Allow a final "" split to work on
nnimap.
diff --git a/lisp/gnus-start.el b/lisp/gnus-start.el
index e970ca7..dea6aab 100644
--- a/lisp/gnus-start.el
+++ b/lisp/gnus-start.el
@@ -864,6 +864,7 @@ prompt the user for the name of an NNTP server to use."
(gnus-get-buffer-create
(file-name-nondirectory dribble-file)))
(set (make-local-variable 'file-precious-flag) t)
+ (setq buffer-save-without-query t)
(erase-buffer)
(setq buffer-file-name dribble-file)
(auto-save-mode t)
commit 2c3eb1946ce3d614af2aafdc0160ec498c3b250c
Author: Lars Ingebrigtsen <[email protected]>
Date: Wed Feb 23 01:01:53 2011 -0800
Indent.
-----------------------------------------------------------------------
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-start.el | 5 +++--
2 files changed, 7 insertions(+), 2 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