branch: externals/ampc commit 9a8177fed585c0e037e0076ac2e59134e0b71009 Author: Christopher Schmidt <christop...@ch.ristopher.com> Commit: Christopher Schmidt <christop...@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)