aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2008-06-11 03:11:44 +0000
committerGlenn Morris2008-06-11 03:11:44 +0000
commitaea499b2447245579ef2532d953818ff0c7c8f5b (patch)
tree742aa0be313d023f8ec03869889c5580873ac6fb
parentb882f02cebf2c8aa8d36fc4489568ceb6e9e979c (diff)
downloademacs-aea499b2447245579ef2532d953818ff0c7c8f5b.tar.gz
emacs-aea499b2447245579ef2532d953818ff0c7c8f5b.zip
(tool-bar-map): Define for compiler.
Remove unnecessary eval-and-compile of autoloads.
-rw-r--r--lisp/gnus/gnus-group.el8
1 files 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."
1108 :group 'gnus-group) 1108 :group 'gnus-group)
1109 1109
1110(defvar image-load-path) 1110(defvar image-load-path)
1111(defvar tool-bar-map)
1111 1112
1112(defun gnus-group-make-tool-bar (&optional force) 1113(defun gnus-group-make-tool-bar (&optional force)
1113 "Make a group mode tool bar from `gnus-group-tool-bar'. 1114 "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."
3230 'summary 'group))) 3231 'summary 'group)))
3231 (error "Couldn't enter %s" dir)))) 3232 (error "Couldn't enter %s" dir))))
3232 3233
3233(eval-and-compile 3234(autoload 'nnimap-expunge "nnimap")
3234 (autoload 'nnimap-expunge "nnimap") 3235(autoload 'nnimap-acl-get "nnimap")
3235 (autoload 'nnimap-acl-get "nnimap") 3236(autoload 'nnimap-acl-edit "nnimap")
3236 (autoload 'nnimap-acl-edit "nnimap"))
3237 3237
3238(defun gnus-group-nnimap-expunge (group) 3238(defun gnus-group-nnimap-expunge (group)
3239 "Expunge deleted articles in current nnimap GROUP." 3239 "Expunge deleted articles in current nnimap GROUP."