diff options
author | Dave Love <fx@gnu.org> | 2000-11-08 17:48:54 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2000-11-08 17:48:54 +0000 |
commit | 9a0026a6dffd600ed25afe8f3b97f4887a2846fa (patch) | |
tree | 5175bf9f4e10a364caf1d9b33ca07a1ef75ea58f /lisp/gnus/gnus-group.el | |
parent | f7eb32aaa3e41fcdcc556d57a8274665e21cc69c (diff) | |
download | emacs-9a0026a6dffd600ed25afe8f3b97f4887a2846fa.tar.gz |
comment
Diffstat (limited to 'lisp/gnus/gnus-group.el')
-rw-r--r-- | lisp/gnus/gnus-group.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/gnus/gnus-group.el b/lisp/gnus/gnus-group.el index 3e0eb1ff834..ab752dcb0cc 100644 --- a/lisp/gnus/gnus-group.el +++ b/lisp/gnus/gnus-group.el @@ -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) |