From db00ac162ef860f036ad6f27af4e4645bde557a4 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Wed, 23 Feb 2011 01:32:21 -0800 Subject: [PATCH] Set buffer-save-without-query, since we always want to save the dribble file, probably. --- lisp/ChangeLog | 4 ++++ lisp/gnus-start.el | 1 + 2 files changed, 5 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f65f5b1b4..d7b63cf7c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,9 @@ 2011-02-23 Lars Ingebrigtsen + * 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 e970ca73e..dea6aabc7 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) -- 2.25.1