]> git.eshelyaron.com Git - emacs.git/commit
Fix inverted logic in constraint comparison (bug#46540)
authorAndrea Corallo <akrl@sdf.org>
Wed, 17 Feb 2021 20:45:37 +0000 (21:45 +0100)
committerAndrea Corallo <akrl@sdf.org>
Wed, 17 Feb 2021 21:03:41 +0000 (22:03 +0100)
commit1fe5994bcb8b58012dbba0a5f7d03138c293286f
tree255fa560db8547ea2d2174bbeb69ee4482f0885a
parent0d7c893203087d60f0ce549521f4c715c87a7038
Fix inverted logic in constraint comparison (bug#46540)

* lisp/emacs-lisp/comp-cstr.el (comp-cstr->, comp-cstr->=)
(comp-cstr-<, comp-cstr-<=): Fix inverted logic.
* test/src/comp-tests.el (comp-tests-type-spec-tests): Add
three integer constrain tests.
lisp/emacs-lisp/comp-cstr.el
test/src/comp-tests.el