diff options
-rw-r--r-- | lisp/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
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 <gerd@gnu.org> + * 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'. |