From: Glenn Morris Date: Wed, 11 Jun 2008 03:11:44 +0000 (+0000) Subject: (tool-bar-map): Define for compiler. X-Git-Tag: emacs-pretest-23.0.90~4884 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=aea499b2447245579ef2532d953818ff0c7c8f5b;p=emacs.git (tool-bar-map): Define for compiler. Remove unnecessary eval-and-compile of autoloads. --- 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."