From 8e23867beeaa4f6b786fd6a046ba52fe5d38df67 Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Wed, 21 Sep 2022 13:48:04 +1000 Subject: adding "foo ends here", and provide hcel instead of hc --- hcel-haddorg.el | 1 + hcel-outline.el | 1 + hcel-results.el | 1 + hcel-source.el | 1 + hcel-utils.el | 1 + hcel.el | 2 +- 6 files changed, 6 insertions(+), 1 deletion(-) diff --git a/hcel-haddorg.el b/hcel-haddorg.el index be97e42..d3aa016 100644 --- a/hcel-haddorg.el +++ b/hcel-haddorg.el @@ -44,3 +44,4 @@ package-id "lib" module-name entity name)))))) (provide 'hcel-haddorg) +;;; hcel-haddorg.el ends here. diff --git a/hcel-outline.el b/hcel-outline.el index 78aad54..4cfa6ce 100644 --- a/hcel-outline.el +++ b/hcel-outline.el @@ -215,3 +215,4 @@ update in the outline mode too." #'hcel-outline-open-thing-at-point-other-window t))) (provide 'hcel-outline) +;;; hcel-outline.el ends here. diff --git a/hcel-results.el b/hcel-results.el index ff19d26..8e5091c 100644 --- a/hcel-results.el +++ b/hcel-results.el @@ -397,3 +397,4 @@ Start by choosing a package." (define-key hcel-mode-map "i" #'hcel-package-ids) (provide 'hcel-results) +;;; hcel-results.el ends here. diff --git a/hcel-source.el b/hcel-source.el index 2d51672..ee42346 100644 --- a/hcel-source.el +++ b/hcel-source.el @@ -512,3 +512,4 @@ If NO-JUMP is non-nil, just open the source and does not jump to the location wi (setq-local eldoc-documentation-strategy 'eldoc-documentation-compose)))) (provide 'hcel-source) +;;; hcel-source.el ends here. diff --git a/hcel-utils.el b/hcel-utils.el index 1e1afea..686da8d 100644 --- a/hcel-utils.el +++ b/hcel-utils.el @@ -173,3 +173,4 @@ Example of an idSrcSpan: (get-text-property (1- (point)) prop))) (provide 'hcel-utils) +;;; hcel-utils.el ends here. diff --git a/hcel.el b/hcel.el index bdfe65c..d8dfe6e 100644 --- a/hcel.el +++ b/hcel.el @@ -56,5 +56,5 @@ (switch-to-buffer (hcel-load-module-source package-id module-path)))) -(provide 'hc) +(provide 'hcel) ;;; hcel.el ends here. -- cgit v1.2.3