From 7514139d189f7d687d8a1c2b533a52a860c5e1c2 Mon Sep 17 00:00:00 2001 From: Milan Zamazal Date: Wed, 29 Jun 2022 21:22:32 +0200 Subject: [PATCH] =?UTF-8?q?Add=20=E2=80=9Cends=20here=E2=80=9D=20footer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It’s useless, but required by package-lint. --- pip-frame.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pip-frame.el b/pip-frame.el index 75eb6d7..fb04ea5 100644 --- a/pip-frame.el +++ b/pip-frame.el @@ -226,3 +226,5 @@ Any other key stops this command and executes its own command." (set-transient-map pip-frame-move-map t)) (provide 'pip-frame) + +;;; pip-frame.el ends here