diff lisp/textmodes/page.el @ 2825:bddd28afcc26

(mark-page): Activate the mark.
author Richard M. Stallman <rms@gnu.org>
date Sun, 16 May 1993 15:41:14 +0000
parents f287613dfc28
children 61203f0197e8
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)