From: Jonas Bernoulli Date: Sat, 8 Aug 2020 11:49:59 +0000 (+0200) Subject: emacs: Provide 'rstdoc' feature at end of file X-Git-Tag: 0.31_rc0~21 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=254d0f951541b7e347f32127c6b31f342e4016eb emacs: Provide 'rstdoc' feature at end of file Features should nearly always be provided at the very end of their libraries. This feature isn't one of the rare exceptions. --- diff --git a/emacs/rstdoc.el b/emacs/rstdoc.el index 41390bbe..63fa2794 100644 --- a/emacs/rstdoc.el +++ b/emacs/rstdoc.el @@ -32,8 +32,6 @@ ;;; Code: -(provide 'rstdoc) - (defun rstdoc-batch-extract () "Extract docstrings to and from the files on the command line." (apply #'rstdoc-extract command-line-args-left)) @@ -82,4 +80,6 @@ (replace-match (cdr pair)))) (buffer-substring (point-min) (point-max)))) +(provide 'rstdoc) + ;;; rstdoc.el ends here