Add “ends here” footers

They are useless but package-lint requires them.
This commit is contained in:
Milan Zamazal 2022-06-29 21:55:53 +02:00
parent bac34b4e8f
commit 271f9d5ed2
3 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -404,3 +404,5 @@ applied on some of them or the buffer:
(pipewire-mode))
(provide 'pw-ui)
;;; pw-ui.el ends here