mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
Fix missing float handling into `comp-cstr-set-cmp-range'
* lisp/emacs-lisp/comp-cstr.el (comp-cstr-set-cmp-range): Add float handling. * test/src/comp-tests.el (comp-tests-type-spec-tests): Update results.
This commit is contained in:
parent
fc02c8458d
commit
d893952053
2 changed files with 14 additions and 14 deletions
|
|
@ -366,7 +366,7 @@ Return them as multiple value."
|
|||
"Support range comparison functions."
|
||||
(with-comp-cstr-accessors
|
||||
(if ext-range
|
||||
(setf (typeset dst) ()
|
||||
(setf (typeset dst) (and (typeset old-dst) '(float))
|
||||
(valset dst) ()
|
||||
(range dst) (if (range old-dst)
|
||||
(comp-range-intersection (range old-dst)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue