Mercurial > emacs
changeset 2828:abc6df78588f
(mark-end-of-sentence): Activate the mark.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 16 May 1993 15:50:13 +0000 |
parents | 0daa9d777306 |
children | 688e57a7ade8 |
files | lisp/textmodes/paragraphs.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/paragraphs.el Sun May 16 15:48:45 1993 +0000 +++ b/lisp/textmodes/paragraphs.el Sun May 16 15:50:13 1993 +0000 @@ -227,7 +227,8 @@ (push-mark (save-excursion (forward-sentence arg) - (point)))) + (point)) + nil t)) (defun transpose-sentences (arg) "Interchange this (next) and previous sentence."