Mercurial > emacs
changeset 33316:cc349ec3a7a7
comment
author | Dave Love <fx@gnu.org> |
---|---|
date | Wed, 08 Nov 2000 17:48:54 +0000 |
parents | d1bd6bb27342 |
children | b68fc43b92ea |
files | lisp/gnus/gnus-group.el lisp/gnus/gnus-sum.el |
diffstat | 2 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/gnus/gnus-group.el Wed Nov 08 17:41:22 2000 +0000 +++ b/lisp/gnus/gnus-group.el Wed Nov 08 17:48:54 2000 +0000 @@ -820,6 +820,7 @@ (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)
--- a/lisp/gnus/gnus-sum.el Wed Nov 08 17:41:22 2000 +0000 +++ b/lisp/gnus/gnus-sum.el Wed Nov 08 17:48:54 2000 +0000 @@ -1992,6 +1992,7 @@ (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)