branch: externals/ampc
commit e301604aa0e976b3f07fb1911940d68ff8d93076
Author: Christopher Schmidt <[email protected]>
Commit: Christopher Schmidt <[email protected]>
Add commentary and code tags.
---
ampc.el | 2 ++
1 file changed, 2 insertions(+)
diff --git a/ampc.el b/ampc.el
index 7fa4611fef..839c906b87 100644
--- a/ampc.el
+++ b/ampc.el
@@ -23,6 +23,7 @@
;; You should have received a copy of the GNU General Public License
;; along with this program. If not, see <http://www.gnu.org/licenses/>.
+;;; Commentary:
;;; * description
;; ampc is a controller for the Music Player Daemon.
@@ -144,6 +145,7 @@
;; `T' (ampc-trigger-update): Trigger a database update.
;; `q' (ampc-quit): Quit ampc.
+;;; Code:
;;; * code
(eval-when-compile
(require 'easymenu)