changeset 2825:bddd28afcc26

(mark-page): Activate the mark.
author Richard M. Stallman <rms@gnu.org>
date Sun, 16 May 1993 15:41:14 +0000
parents c684bce3e977
children 9c22af6d7885
files lisp/textmodes/page.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)