emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/hcel 8e23867bee 09/13: adding "foo ends here", and prov


From: ELPA Syncer
Subject: [elpa] externals/hcel 8e23867bee 09/13: adding "foo ends here", and provide hcel instead of hc
Date: Wed, 21 Sep 2022 08:57:48 -0400 (EDT)

branch: externals/hcel
commit 8e23867beeaa4f6b786fd6a046ba52fe5d38df67
Author: Yuchen Pei <hi@ypei.me>
Commit: Yuchen Pei <hi@ypei.me>

    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 be97e423a2..d3aa016f84 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 78aad54156..4cfa6cee4e 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 ff19d26799..8e5091cf1f 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 2d51672b00..ee42346b59 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 1e1afea1eb..686da8d29d 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 bdfe65cbe6..d8dfe6e2a4 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]