emacs-diffs
[Top][All Lists]
Advanced

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

master 106cd9aafe8: ; * lisp/textmodes/page.el (page--what-page): Fix la


From: Eli Zaretskii
Subject: master 106cd9aafe8: ; * lisp/textmodes/page.el (page--what-page): Fix last change.
Date: Sat, 13 Jan 2024 05:45:50 -0500 (EST)

branch: master
commit 106cd9aafe8248ef91d7e89161adc5f912ea54eb
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * lisp/textmodes/page.el (page--what-page): Fix last change.
---
 lisp/textmodes/page.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/textmodes/page.el b/lisp/textmodes/page.el
index 1c7561d71c6..a5de354fc0a 100644
--- a/lisp/textmodes/page.el
+++ b/lisp/textmodes/page.el
@@ -165,7 +165,7 @@ The line number is relative to the start of the page."
     (widen)
     (save-excursion
       (let ((count 1)
-            (adjust (if (or (bolp) (looking-back page-delimiter)) 1 0))
+            (adjust (if (or (bolp) (looking-back page-delimiter nil)) 1 0))
             (opoint (point)))
         (goto-char (point-min))
         (while (re-search-forward page-delimiter opoint t)



reply via email to

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