]> git.eshelyaron.com Git - emacs.git/commit
lisp-mnt, checkdoc: Reduce run-time dependencies
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 7 Feb 2022 17:59:27 +0000 (12:59 -0500)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 7 Feb 2022 17:59:27 +0000 (12:59 -0500)
commit9338fbbc2803ec59cd24e08a02db800f2fc2aabf
tree318b2820082019a9892522a7a302c0dedf5cf32d
parent6f3c62ff07e671dff1741ae580b9a761a3bfd361
lisp-mnt, checkdoc: Reduce run-time dependencies

* lisp/emacs-lisp/lisp-mnt.el: Don't require `mail-parse` at top-level.
(lm-crack-address): Require it here instead.

* lisp/emacs-lisp/checkdoc.el (dired): Don't load at run-time.
(checkdoc-dired): Add corresponding `declare-function`.
lisp/emacs-lisp/checkdoc.el
lisp/emacs-lisp/lisp-mnt.el