* gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when compiling.
authorKatsumi Yamaoka <yamaoka@jpl.org>
Mon, 30 Jan 2006 23:45:13 +0000 (23:45 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Mon, 30 Jan 2006 23:45:13 +0000 (23:45 +0000)
* gnus-sum.el: Ditto.
* message.el: Don't bind tool-bar-map when compiling.

lisp/ChangeLog
lisp/gnus-group.el
lisp/gnus-sum.el
lisp/message.el

index 64697cf..c2e6f67 100644 (file)
@@ -1,3 +1,12 @@
+2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
+       compiling.
+
+       * gnus-sum.el: Ditto.
+
+       * message.el: Don't bind tool-bar-map when compiling.
+
 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
 
        * nnweb.el (nnweb-google-parse-1): Clarify some comments.
index 3f42f1d..54140f2 100644 (file)
@@ -29,7 +29,7 @@
 
 (eval-when-compile
   (require 'cl)
-  (defvar tool-bar-map))
+  (defvar tool-bar-mode))
 
 (require 'gnus)
 (require 'gnus-start)
index eb11a9b..5a61b3d 100644 (file)
@@ -29,7 +29,7 @@
 
 (eval-when-compile
   (require 'cl)
-  (defvar tool-bar-map))
+  (defvar tool-bar-mode))
 
 (require 'gnus)
 (require 'gnus-group)
index 90f544f..c70f2d2 100644 (file)
@@ -6702,7 +6702,6 @@ which specify the range to operate on."
 
 ;; Support for toolbar
 (eval-when-compile
-  (defvar tool-bar-map)
   (defvar tool-bar-mode))
 
 ;; Note: The :set function in the `message-tool-bar*' variables will only