branch: externals/a68-mode commit 7d81e2b17990cf43e52d4b41e50d70bbbf1cc047 Author: Jose E. Marchesi <jose.march...@oracle.com> Commit: Jose E. Marchesi <jose.march...@oracle.com>
a68-mode.el: move the provide to the end of the file --- a68-mode.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/a68-mode.el b/a68-mode.el index ec0e29de8e..d3c861818d 100644 --- a/a68-mode.el +++ b/a68-mode.el @@ -319,8 +319,6 @@ ;;;###autoload (add-to-list 'auto-mode-alist '("\\.a68\\'" . a68-mode)) -(provide 'a68-mode) - ;;;; Pretty-printing of bold tags (minor mode). (defface a68-bold-tag-face '((t :inherit font-lock-keyword-face)) @@ -457,4 +455,6 @@ into a68--mode-indicants." (delete-region beginning end) (insert id))))))) +(provide 'a68-mode) + ;;; a68-mode.el ends here