Compare commits

...

2 Commits

Author SHA1 Message Date
Milan Zamazal 7514139d18 Add “ends here” footer
It’s useless, but required by package-lint.
2022-06-29 21:22:32 +02:00
Milan Zamazal 5ff002372b Depend on Emacs >= 25.1 2022-06-29 21:22:18 +02:00
1 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,7 @@
;; Author: Milan Zamazal <pdm@zamazal.org>
;; Package-Version: 1
;; Package-Requires: ((emacs "25.1"))
;; Keywords: frames
;; URL: https://git.zamazal.org/pdm/pip-frame
@ -225,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