# HG changeset patch # User Richard M. Stallman # Date 737567325 0 # Node ID 0daa9d777306301516328265a5aa43510596bf0d # Parent 9c22af6d78858e2b0a4d3676ea602e99b2b87b5e (mark-paragraph): Activate the mark. diff -r 9c22af6d7885 -r 0daa9d777306 lisp/textmodes/paragraphs.el --- a/lisp/textmodes/paragraphs.el Sun May 16 15:41:50 1993 +0000 +++ b/lisp/textmodes/paragraphs.el Sun May 16 15:48:45 1993 +0000 @@ -134,7 +134,7 @@ The paragraph marked is the one that contains point or follows point." (interactive) (forward-paragraph 1) - (push-mark nil t) + (push-mark nil t t) (backward-paragraph 1)) (defun kill-paragraph (arg)