branch: externals/mpdired
commit f3154c55eba703b86184f03bf86b43e07e7db514
Author: Manuel Giraud <man...@ledu-giraud.fr>
Commit: Manuel Giraud <man...@ledu-giraud.fr>

    not needed after erase-buffer
---
 mpdired.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/mpdired.el b/mpdired.el
index 3784a0f2eb..0c30f4b5ea 100644
--- a/mpdired.el
+++ b/mpdired.el
@@ -488,7 +488,6 @@
        ;; Insert content
        (save-excursion
          ;; Status header
-         (goto-char (point-min))
          (mpdired--insert-status)
          ;; Songs
          (dolist (song songs) (mpdired--insert-song song)))

Reply via email to