[gnus git] branch master updated: m0-5-206-g6c53577 =1= (gnus-browse-delete-group): Fix syntax error.
Lars Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 6c53577816e12ca224e16fd92f53e93353732873 (commit)
from 3ed7fb6d7698723e4284ce1cdd05f837b4f95a62 (commit)
- Log -----------------------------------------------------------------
commit 6c53577816e12ca224e16fd92f53e93353732873
Author: Lars Ingebrigtsen <[email protected]>
Date: Mon Dec 24 21:25:43 2012 +0100
(gnus-browse-delete-group): Fix syntax error.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 2eb6023..93e06eb 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
2012-12-24 Lars Ingebrigtsen <[email protected]>
+ * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
+
* message.el (message-ignored-news-headers): Always remove
X-Message-SMTP-Method to avoid information leakage if the user
mistakenly inserts the header into news messages.
diff --git a/lisp/gnus-srvr.el b/lisp/gnus-srvr.el
index 762ea60..ad86ef2 100644
--- a/lisp/gnus-srvr.el
+++ b/lisp/gnus-srvr.el
@@ -965,7 +965,7 @@ how new groups will be entered into the group buffer."
(interactive (list (gnus-browse-group-name)))
(gnus-group-describe-group nil group))
-(defun gnus-browse-delete-group (group)
+(defun gnus-browse-delete-group (group force)
"Delete the current group. Only meaningful with editable groups.
If FORCE (the prefix) is non-nil, all the articles in the group will
be deleted. This is \"deleted\" as in \"removed forever from the face
-----------------------------------------------------------------------
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 | 2 ++
lisp/gnus-srvr.el | 2 +-
2 files changed, 3 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