diff options
-rw-r--r-- | lisp/textmodes/page.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/page.el b/lisp/textmodes/page.el index fca4d9f6608..32e505eaae6 100644 --- a/lisp/textmodes/page.el +++ b/lisp/textmodes/page.el @@ -67,7 +67,7 @@ thus marking a page other than the one point was originally in." (if (< arg 0) (forward-page (1- arg)))) (forward-page) - (push-mark nil t) + (push-mark nil t t) (forward-page -1)) (defun narrow-to-page (&optional arg) |