From 271f9d5ed24950f0eb9f1e5f33d4c7b4f2f2e793 Mon Sep 17 00:00:00 2001 From: Milan Zamazal Date: Wed, 29 Jun 2022 21:55:53 +0200 Subject: [PATCH] =?UTF-8?q?Add=20=E2=80=9Cends=20here=E2=80=9D=20footers?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit They are useless but package-lint requires them. --- pw-access.el | 2 ++ pw-lib.el | 2 ++ pw-ui.el | 2 ++ 3 files changed, 6 insertions(+) diff --git a/pw-access.el b/pw-access.el index f4cd4ab..98cc9d8 100644 --- a/pw-access.el +++ b/pw-access.el @@ -253,3 +253,5 @@ Note this interface may not work with all PipeWire versions.") "0" property (format "{ \"name\": \"%s\" }" node-name))) (provide 'pw-access) + +;;; pw-access.el ends here diff --git a/pw-lib.el b/pw-lib.el index 725b516..1d8947e 100644 --- a/pw-lib.el +++ b/pw-lib.el @@ -314,3 +314,5 @@ otherwise set the current default sink or source." (error "Cannot set this kind of object as default.")))) (provide 'pw-lib) + +;;; pw-lib.el ends here diff --git a/pw-ui.el b/pw-ui.el index d83772d..dce4d27 100644 --- a/pw-ui.el +++ b/pw-ui.el @@ -404,3 +404,5 @@ applied on some of them or the buffer: (pipewire-mode)) (provide 'pw-ui) + +;;; pw-ui.el ends here