changeset 56459:718cf6b0289c

*** empty log message ***
author Jonathan Yavner <jyavner@member.fsf.org>
date Sat, 17 Jul 2004 17:06:26 +0000
parents 71315b2afe5b
children 9459300bf43b
files lisp/ChangeLog
diffstat 1 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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  <jyavner@member.fsf.org>
+
+	* 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  <rms@gnu.org>
 
 	* replace.el (occur-read-primary-args): Pass default to read-from-minibuffer.