# HG changeset patch # User Gerd Moellmann # Date 965564226 0 # Node ID 7c8bf0638cb34a08bb9b0f496369d0c456ae3b98 # Parent 06d02e3657f0b897a441e93c60a19b9bb91ff2b6 *** empty log message *** diff -r 06d02e3657f0 -r 7c8bf0638cb3 lisp/ChangeLog --- a/lisp/ChangeLog Sun Aug 06 12:09:31 2000 +0000 +++ b/lisp/ChangeLog Sun Aug 06 12:17:06 2000 +0000 @@ -1,5 +1,8 @@ 2000-08-06 Gerd Moellmann + * help.el (describe-mode): Test minor-mode symbol for being + bound before testing its value for being nil. + * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of `first', `second', and `third'.