• Mattias Engdegård's avatar
    Don't confuse errors with nil in bytecomp-tests.el · 58e27ebb
    Mattias Engdegård authored
    * test/lisp/emacs-lisp/bytecomp-tests.el (bytecomp-check-1)
    (bytecomp-explain-1, test-byte-opt-arithmetic, bytecomp-lexbind-check-1)
    (bytecomp-lexbind-explain-1):
    If an expression raises an error when evaluated, don't treat it as if
    it had succeeded with the value nil; use 'bytecomp-check-error' as the
    result instead.
    58e27ebb
bytecomp-tests.el 30.7 KB