From: Gerd Moellmann Date: Sun, 6 Aug 2000 12:17:06 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~2468 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6c4a4368a3ee25fe3a32bf7cf3de88ee6e06c020;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4a8641ccd30..09828fc77fd 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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'.