emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/ampc 9a8177fed5 028/111: Move ampc-align-point to the i


From: Stefan Monnier
Subject: [elpa] externals/ampc 9a8177fed5 028/111: Move ampc-align-point to the internal code section.
Date: Tue, 20 Feb 2024 18:16:37 -0500 (EST)

branch: externals/ampc
commit 9a8177fed585c0e037e0076ac2e59134e0b71009
Author: Christopher Schmidt <christopher@ch.ristopher.com>
Commit: Christopher Schmidt <christopher@ch.ristopher.com>

    Move ampc-align-point to the internal code section.
---
 ampc.el | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/ampc.el b/ampc.el
index 152851fb77..3a6d7ef173 100644
--- a/ampc.el
+++ b/ampc.el
@@ -715,6 +715,11 @@ This hook is called as the first thing when ampc is 
started."
            end)
      (ampc-fill-tag-song))))
 
+(defun ampc-align-point ()
+  (unless (eobp)
+    (move-beginning-of-line nil)
+    (forward-char 2)))
+
 (defun ampc-pad (alist)
   (loop for (offset . data) in alist
         with first = t
@@ -1557,11 +1562,6 @@ If ARG is omitted, use the selected entries."
     (goto-char point)
     (ampc-align-point)))
 
-(defun ampc-align-point ()
-  (unless (eobp)
-    (move-beginning-of-line nil)
-    (forward-char 2)))
-
 (defun ampc-shuffle ()
   "Shuffle playlist."
   (interactive)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]