branch: externals/setup commit 261ed6264fae01c7fe6a2d72a1906541fd96e301 Author: Philip Kaludercic <phil...@posteo.net> Commit: Philip Kaludercic <phil...@posteo.net>
Remove :without-error-demotion --- setup.el | 7 ------- 1 file changed, 7 deletions(-) diff --git a/setup.el b/setup.el index 63c2327..1321125 100644 --- a/setup.el +++ b/setup.el @@ -606,13 +606,6 @@ yourself." :after-loaded t :indent 0) -(setup-define :without-error-demotion - (lambda () - (setq setup-attributes (delq 'error-demotion setup-attributes)) - nil) - :documentation "Prevent the setup body from demoting errors. -See `setup-wrap-to-demote-errors'.") - (provide 'setup) ;;; setup.el ends here