]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorDave Love <fx@gnu.org>
Sat, 8 Jan 2000 15:20:57 +0000 (15:20 +0000)
committerDave Love <fx@gnu.org>
Sat, 8 Jan 2000 15:20:57 +0000 (15:20 +0000)
lisp/ChangeLog
src/ChangeLog

index 3cd3aa905f7acef20ef740bd96c7fee77aaeda5d..30d786233c50b72d8c092c480875737f33d8124e 100644 (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.
index 1a4d484fafe5380d894e4de5dc3a7ba5a86cabfa..93ba776fa6e004d6f722a50f6989818e301037a3 100644 (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.
        (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 tohe :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>