# HG changeset patch # User Richard M. Stallman # Date 737566874 0 # Node ID bddd28afcc26fc436653c7c647e2ef1ac2626820 # Parent c684bce3e9778163cf930a9a9e1917e613d86b95 (mark-page): Activate the mark. diff -r c684bce3e977 -r bddd28afcc26 lisp/textmodes/page.el --- a/lisp/textmodes/page.el Sun May 16 15:39:39 1993 +0000 +++ b/lisp/textmodes/page.el Sun May 16 15:41:14 1993 +0000 @@ -67,7 +67,7 @@ (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)