diff src/ChangeLog @ 42410:cd63104dd575

* abbrev.c (Fexpand_abbrev): Use NILP instead of implicit zero comparison to test lisp value returned by Fget.
author Ken Raeburn <raeburn@raeburn.org>
date Sat, 29 Dec 2001 21:42:22 +0000
parents e4bc19536f88
children aa6c345a4af0
line wrap: on
line diff
--- a/src/ChangeLog	Sat Dec 29 20:31:31 2001 +0000
+++ b/src/ChangeLog	Sat Dec 29 21:42:22 2001 +0000
@@ -1,3 +1,8 @@
+2001-12-29  Ken Raeburn  <raeburn@gnu.org>
+
+	* abbrev.c (Fexpand_abbrev): Use NILP instead of implicit zero
+	comparison to test lisp value returned by Fget.
+
 2001-12-29  Richard M. Stallman  <rms@gnu.org>
 
 	* fileio.c (Fdo_auto_save): If NO_MESSAGE, don't call push_message.