branch: externals/mpdired
commit ef4b7bbe23d2bf60981cceca5ebad67511cc2790
Author: Manuel Giraud <[email protected]>
Commit: Manuel Giraud <[email protected]>
package requirements
also put philosophy into commentary
---
mpdired.el | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/mpdired.el b/mpdired.el
index f0ddfb82d3..10698b7c92 100644
--- a/mpdired.el
+++ b/mpdired.el
@@ -2,11 +2,11 @@
;; Copyright (C) 2024 Manuel Giraud
+;; Package-Requires: ((emacs "29"))
+
;; Author: Manuel Giraud <[email protected]>
;; Keywords: multimedia
-;; SPDX-License-Identifier: GPL-3.0-or-later
-
;; This file is NOT part of GNU Emacs.
;; GNU Emacs is free software: you can redistribute it and/or modify
@@ -40,7 +40,7 @@
;; buffer will connect to the buffer local server. This way, you can
;; manage more than one MPD server with multiple MPDired buffers.
-;;; Philosophy:
+;;;; Philosophy:
;;
;; MPDired is designed to be the least intrusive. Nothing will be
;; shown into the mode line, which I consider to be user's territory.