Make #'require's NOERROR arg do its job properly.
authorSteve Youngs <steve@sxemacs.org>
Wed, 26 Oct 2016 05:29:27 +0000 (15:29 +1000)
committerSteve Youngs <steve@sxemacs.org>
Wed, 26 Oct 2016 05:29:27 +0000 (15:29 +1000)
commit44d2a2cbc9f67ab859f1567acfb7ad9cc439fb55
treeae47f463f605209d58f98f08bdda414cee9bfae0
parent855079bb8f2670d2cc5deba18fa86e6310a6e2aa
Make #'require's NOERROR arg do its job properly.

* src/fns.c (Frequire): Don't throw an invalid-state error if the
'noerror' arg is non-nil.

Signed-off-by: Steve Youngs <steve@sxemacs.org>
src/fns.c