From ab79c967548f6323a2b8a527ee40644f4630649b Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Tue, 21 Sep 2010 17:18:57 +0200 Subject: [PATCH] Put back the nnimal autoloads needed to do the acl stuff. --- lisp/gnus-group.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lisp/gnus-group.el b/lisp/gnus-group.el index ded35aded..80cf580b8 100644 --- a/lisp/gnus-group.el +++ b/lisp/gnus-group.el @@ -3175,6 +3175,9 @@ mail messages or news articles in files that have numeric names." (error "%s does not support expunging" (car method)) (gnus-request-expunge-group group method)))) +(autoload 'nnimap-acl-get "nnimap") +(autoload 'nnimap-acl-edit "nnimap") + (defun gnus-group-nnimap-edit-acl (group) "Edit the Access Control List of current nnimap GROUP." (interactive (list (gnus-group-group-name))) -- 2.25.1