]> git.eshelyaron.com Git - emacs.git/commit
Avoid assertion violations in nonsensical calls to 'signal'
authorEli Zaretskii <eliz@gnu.org>
Sun, 7 Oct 2018 14:45:12 +0000 (17:45 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sun, 7 Oct 2018 14:45:12 +0000 (17:45 +0300)
commit14c032d5f8d4ccb608cc906db34ddf17ce465449
treee9b21fc078131069249aa6129c718c412c483070
parentb99192fe24fc5dd75340083403e95a65cb4a6d79
Avoid assertion violations in nonsensical calls to 'signal'

* src/eval.c (Fsignal): If both arguments are nil, replace the
first one with 'error', to avoid assertion violations further
down the line.  (Bug#32961)
src/eval.c