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

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

[elpa] externals/mpdired ec312f3326 053/133: fix another wrong bol


From: ELPA Syncer
Subject: [elpa] externals/mpdired ec312f3326 053/133: fix another wrong bol
Date: Sun, 10 Mar 2024 15:59:36 -0400 (EDT)

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

    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

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