mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-03 18:41:25 -08:00
Revert "Update some native comp tests"
This reverts commit 4a0d430bdc.
AFAICT that commit was made to accomodate regressions introduced
in the new `cl-preloaded.el` code and these have been fixed.
This commit is contained in:
parent
5b49a38d1b
commit
94632c611e
2 changed files with 3 additions and 3 deletions
|
|
@ -196,7 +196,7 @@ The arg is an alist of: type specifier -> expected type specifier."
|
|||
;; 74
|
||||
((and boolean (or number marker)) . nil)
|
||||
;; 75
|
||||
((and atom (or number marker)) . (or integer-or-marker number-or-marker))
|
||||
((and atom (or number marker)) . number-or-marker)
|
||||
;; 76
|
||||
((and symbol (or number marker)) . nil)
|
||||
;; 77
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue