Mercurial > emacs
comparison lisp/gnus/gnus-sum.el @ 95817:87e3e5040941
(tool-bar-map): Define for compiler.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Wed, 11 Jun 2008 03:11:57 +0000 |
parents | 300e5a5c5a17 |
children | be43dd7afc91 |
comparison
equal
deleted
inserted
replaced
95816:23d8c6097dcd | 95817:87e3e5040941 |
---|---|
2887 :initialize 'custom-initialize-default | 2887 :initialize 'custom-initialize-default |
2888 :set 'gnus-summary-tool-bar-update | 2888 :set 'gnus-summary-tool-bar-update |
2889 :group 'gnus-summary) | 2889 :group 'gnus-summary) |
2890 | 2890 |
2891 (defvar image-load-path) | 2891 (defvar image-load-path) |
2892 (defvar tool-bar-map) | |
2892 | 2893 |
2893 (defun gnus-summary-make-tool-bar (&optional force) | 2894 (defun gnus-summary-make-tool-bar (&optional force) |
2894 "Make a summary mode tool bar from `gnus-summary-tool-bar'. | 2895 "Make a summary mode tool bar from `gnus-summary-tool-bar'. |
2895 When FORCE, rebuild the tool bar." | 2896 When FORCE, rebuild the tool bar." |
2896 (when (and (not (featurep 'xemacs)) | 2897 (when (and (not (featurep 'xemacs)) |