1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-25 07:40:40 -07:00

*** empty log message ***

This commit is contained in:
Dave Love 2000-11-27 18:01:19 +00:00
parent 6d5ce387e2
commit e775fcc402
2 changed files with 10 additions and 1 deletions

View file

@ -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.

View file

@ -145,7 +145,7 @@ only tooltips in the buffer containing the overlay arrow."
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)