1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-30 00:51:50 -08:00

*** empty log message ***

This commit is contained in:
Dave Love 2000-01-08 15:20:57 +00:00
parent 4c5482386b
commit c65d14eef1
2 changed files with 10 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2000-01-08 Dave Love <fx@gnu.org>
* backquote.el: Remove inappropriate customization (allowing
custom.el to use backquote).
2000-01-07 Dave Love <fx@gnu.org>
* add-log.el (add-log-debugging): Deleted.

View file

@ -1,3 +1,7 @@
2000-01-08 Dave Love <fx@gnu.org>
* eval.c (Fuser_variable_p): Check customizability too.
2000-01-07 Gerd Moellmann <gerd@gnu.org>
* minibuf.c (Fcompleting_read): Doc fix.
@ -224,7 +228,7 @@
(gif_image_p): GIF is valid with :file _or_ :data
(gif_read_from_memory): New GIF input function to read from a
memory buffer.
(gif_load): Pay attention tot he :data keyword. Uses DGifOpen()
(gif_load): Pay attention to the :data keyword. Uses DGifOpen()
instead of DGifOpenFileName() if specified.
1999-12-31 Gerd Moellmann <gerd@gnu.org>