Mercurial > emacs
changeset 2827:0daa9d777306
(mark-paragraph): Activate the mark.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 16 May 1993 15:48:45 +0000 |
parents | 9c22af6d7885 |
children | abc6df78588f |
files | lisp/textmodes/paragraphs.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)