Mercurial > emacs
changeset 33925:9d6fdd64a809
*** empty log message ***
author | Dave Love <fx@gnu.org> |
---|---|
date | Mon, 27 Nov 2000 18:01:19 +0000 |
parents | c8c683f24c57 |
children | 2438abf46642 |
files | lisp/gnus/ChangeLog lisp/tooltip.el |
diffstat | 2 files changed, 10 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/gnus/ChangeLog Mon Nov 27 18:01:03 2000 +0000 +++ b/lisp/gnus/ChangeLog Mon Nov 27 18:01:19 2000 +0000 @@ -1,3 +1,12 @@ +2000-11-27 Dave Love <fx@gnu.org> + + * nnlistserv.el: Ignore errors when requiring nnweb and avoid a + compiler warning. + +2000-11-26 Dave Love <fx@gnu.org> + + * mm-uu.el (mm-uu-configure-list): Fix typo in :type. + 2000-11-23 Dave Love <fx@gnu.org> * uu-post.pbm, uu-decode.pbm: new files from XPMs.
--- a/lisp/tooltip.el Mon Nov 27 18:01:03 2000 +0000 +++ b/lisp/tooltip.el Mon Nov 27 18:01:19 2000 +0000 @@ -145,7 +145,7 @@ This is only relevant GUD display, since otherwise it is equivalent to turning off Tooltip mode." :type 'boolean - :tag "use echo area" + :tag "Use echo area" :group 'tooltip)