Not sure if this is intentional or if it is an oversight. One of my colleagues was a bit overzealous with use-package for built-ins and tried to use-package paragraphs.
===snip===
(transpose-subr 'forward-sentence arg))
(provide 'paragraphs) ; <==== should this be put in?
;;; paragraphs.el ends here
===snip===
-Stephane