From: Dave Love Date: Sat, 8 Jan 2000 15:20:57 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~5416 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c65d14eef10ef018d0fe36d048390f7e91c3618e;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3cd3aa905f7..30d786233c5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2000-01-08 Dave Love + + * backquote.el: Remove inappropriate customization (allowing + custom.el to use backquote). + 2000-01-07 Dave Love * add-log.el (add-log-debugging): Deleted. diff --git a/src/ChangeLog b/src/ChangeLog index 1a4d484fafe..93ba776fa6e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2000-01-08 Dave Love + + * eval.c (Fuser_variable_p): Check customizability too. + 2000-01-07 Gerd Moellmann * 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