]> git.eshelyaron.com Git - emacs.git/commitdiff
comment
authorDave Love <fx@gnu.org>
Wed, 8 Nov 2000 17:48:54 +0000 (17:48 +0000)
committerDave Love <fx@gnu.org>
Wed, 8 Nov 2000 17:48:54 +0000 (17:48 +0000)
lisp/gnus/gnus-group.el
lisp/gnus/gnus-sum.el

index 3e0eb1ff8346f1975b4959babe1a3d8e85cc7b11..ab752dcb0ccf3b39181cad1b53b8fd49dccc2b75 100644 (file)
@@ -820,6 +820,7 @@ For example:
 
 (defvar gnus-group-toolbar-map nil)
 
+;; Emacs 21 tool bar.  Should be no-op otherwise.
 (defun gnus-group-make-tool-bar ()
   (if (and (fboundp 'tool-bar-add-item-from-menu)
           (default-value 'tool-bar-mode)
index 2d9b6eafe8c4d7d198e335535a929c22a0a2d3b8..8235daa100aeca88e2264116ec9c001861e58033 100644 (file)
@@ -1992,6 +1992,7 @@ increase the score of each group you read."
 
 (defvar gnus-summary-tool-bar-map nil)
 
+;; Emacs 21 tool bar.  Should be no-op otherwise.
 (defun gnus-summary-make-tool-bar ()
   (if (and (fboundp 'tool-bar-add-item-from-menu)
           (default-value 'tool-bar-mode)