From aea499b2447245579ef2532d953818ff0c7c8f5b Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 11 Jun 2008 03:11:44 +0000 Subject: [PATCH] (tool-bar-map): Define for compiler. Remove unnecessary eval-and-compile of autoloads. --- lisp/gnus/gnus-group.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lisp/gnus/gnus-group.el b/lisp/gnus/gnus-group.el index 0e414312d18..947ed6d0fab 100644 --- a/lisp/gnus/gnus-group.el +++ b/lisp/gnus/gnus-group.el @@ -1108,6 +1108,7 @@ See `gmm-tool-bar-from-list' for the format of the list." :group 'gnus-group) (defvar image-load-path) +(defvar tool-bar-map) (defun gnus-group-make-tool-bar (&optional force) "Make a group mode tool bar from `gnus-group-tool-bar'. @@ -3230,10 +3231,9 @@ score file entries for articles to include in the group." 'summary 'group))) (error "Couldn't enter %s" dir)))) -(eval-and-compile - (autoload 'nnimap-expunge "nnimap") - (autoload 'nnimap-acl-get "nnimap") - (autoload 'nnimap-acl-edit "nnimap")) +(autoload 'nnimap-expunge "nnimap") +(autoload 'nnimap-acl-get "nnimap") +(autoload 'nnimap-acl-edit "nnimap") (defun gnus-group-nnimap-expunge (group) "Expunge deleted articles in current nnimap GROUP." -- 2.39.2