[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/helm 330e664a75 4/5: Fix missing extension in footers
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/helm 330e664a75 4/5: Fix missing extension in footers |
Date: |
Sat, 17 Aug 2024 07:00:32 -0400 (EDT) |
branch: elpa/helm
commit 330e664a75b73c18249a8774a4cf7177271a739a
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@posteo.net>
Fix missing extension in footers
---
helm-external.el | 2 +-
helm-lib.el | 2 +-
helm-packages.el | 2 +-
helm-source.el | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/helm-external.el b/helm-external.el
index 08b624eae5..320e6f0b86 100644
--- a/helm-external.el
+++ b/helm-external.el
@@ -261,4 +261,4 @@ commands with `helm-external-commands-list'."
(provide 'helm-external)
-;;; helm-external ends here
+;;; helm-external.el ends here
diff --git a/helm-lib.el b/helm-lib.el
index acae4fea4d..cf088d029c 100644
--- a/helm-lib.el
+++ b/helm-lib.el
@@ -2259,4 +2259,4 @@ broken."
(provide 'helm-lib)
-;;; helm-lib ends here
+;;; helm-lib.el ends here
diff --git a/helm-packages.el b/helm-packages.el
index 450e24b4ae..41e33e4885 100644
--- a/helm-packages.el
+++ b/helm-packages.el
@@ -389,4 +389,4 @@ to avoid errors with outdated packages no more availables."
(provide 'helm-packages)
-;;; helm-packages ends here
+;;; helm-packages.el ends here
diff --git a/helm-source.el b/helm-source.el
index eff90dc942..d5586dc46e 100644
--- a/helm-source.el
+++ b/helm-source.el
@@ -1310,4 +1310,4 @@ Args ARGS are keywords provided by `helm-source-in-file'."
(provide 'helm-source)
-;;; helm-source ends here
+;;; helm-source.el ends here