branch: externals/logos commit 22a1261e93659115bb0793306c85dcadccf41f19 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Revert 20fb2393e9b42ee08894574e58f477d82df79f62 We will implement a more refined method. --- logos.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/logos.el b/logos.el index 3038b0a4d7..4c4e89fa32 100644 --- a/logos.el +++ b/logos.el @@ -182,8 +182,6 @@ With optional numeric COUNT move by that many pages. With optional BACK perform the motion backwards." (let ((cmd (if back #'backward-page #'forward-page))) (logos--page-delimiter) - (when (eq (point) (point-max)) - (forward-char -1)) (if (buffer-narrowed-p) (logos--narrow-to-page count back) (funcall cmd count)