# HG changeset patch # User Jonathan Yavner # Date 1090083986 0 # Node ID 718cf6b0289cac0327e3031bdc77b405aa9e1038 # Parent 71315b2afe5ba9231e57cd780b3ac074406b51fc *** empty log message *** diff -r 71315b2afe5b -r 718cf6b0289c lisp/ChangeLog --- a/lisp/ChangeLog Sat Jul 17 17:01:28 2004 +0000 +++ b/lisp/ChangeLog Sat Jul 17 17:06:26 2004 +0000 @@ -1,3 +1,13 @@ +2004-07-17 Jonathan Yavner + + * emacs-lisp/testcover.el: New category "potentially-1valued" for + functions that are not erroneous if either 1-valued or + multi-valued. Detect functions in this class. + (testcover-1value-functions, testcover-compose-functions, + testcover-progn-functions) Added some additional functions to lists. + (testcover-mark): Bugfix when marking up the definition for an + empty function. + 2004-07-17 Richard M. Stallman * replace.el (occur-read-primary-args): Pass default to read-from-minibuffer.