]> git.eshelyaron.com Git - emacs.git/commit
Fix misleading error during autoload (bug#28994)
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 25 Oct 2017 16:37:09 +0000 (12:37 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 25 Oct 2017 16:37:09 +0000 (12:37 -0400)
commitbc9300ac5ed3bdf52a2f8b9e217236e1ee76cd02
treeea85e4e07e146922956a1d84d3268506d7ba442a
parent090f4f157eea6f0d0d13963520f5e05706de142f
Fix misleading error during autoload (bug#28994)

* src/eval.c (Fautoload_do_load): Don't silence `load` errors when
autoloading a macro.  If silencing load errors, also silence the
subsequent check.
src/eval.c