branch: externals/mpdired
commit ec312f332642daf035d550d989717844eada0da8
Author: Manuel Giraud <[email protected]>
Commit: Manuel Giraud <[email protected]>

    fix another wrong bol
---
 mpdired.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mpdired.el b/mpdired.el
index 2c61092fec..216c9e27d5 100644
--- a/mpdired.el
+++ b/mpdired.el
@@ -224,7 +224,7 @@
        (cond ((and ascending-p previous-directory)
               (goto-char (point-min))
               (re-search-forward previous-directory nil t)
-              (goto-char (line-beginning-position))
+              (goto-char (mpdired--bol))
               (setq mpdired--browser-point (point)))
              (mpdired--browser-point
               (goto-char mpdired--browser-point))

Reply via email to