* test/lisp/emacs-lisp/comp-cstr-tests.el (comp-cstr-test-62): Revert change.
This commit is contained in:
parent
8d11b7e427
commit
f677b44999
1 changed files with 2 additions and 2 deletions
|
@ -169,8 +169,8 @@ The arg is an alist of: type specifier -> expected type specifier."
|
|||
((and symbol (not symbol)) . nil)
|
||||
;; 61
|
||||
((and atom (not symbol)) . atom)
|
||||
;; 62
|
||||
((and atom (not string)) . (or array atom))
|
||||
;; 62 Conservative FIXME
|
||||
((and atom (not string)) . (or array sequence atom))
|
||||
;; 63 Conservative
|
||||
((and symbol (not (member foo))) . symbol)
|
||||
;; 64 Conservative
|
||||
|
|
Loading…
Add table
Reference in a new issue