mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
Remove a nil cl-case case
* lisp/emacs-lisp/testcover.el (testcover-coverage-combine): Remove the nil case, which will never match (bug#51368).
This commit is contained in:
parent
ef0c2e9940
commit
6e6a3efa2e
1 changed files with 1 additions and 2 deletions
|
|
@ -637,8 +637,7 @@ argument is maybe, return maybe. Return 1value only if both arguments
|
|||
are 1value."
|
||||
(cl-case val
|
||||
(testcover-1value result)
|
||||
(maybe (and result 'maybe))
|
||||
(nil nil)))
|
||||
(maybe (and result 'maybe))))
|
||||
|
||||
(defun testcover-analyze-coverage-compose (forms func)
|
||||
"Analyze a list of FORMS for code coverage using FUNC.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue