# HG changeset patch # User Richard M. Stallman # Date 737574216 0 # Node ID 688e57a7ade8179c8019121bdebd8a1c18f72c36 # Parent abc6df78588f936b2ea7c3cf9829850973dd3cf4 (mark-c-function): Activate the mark. diff -r abc6df78588f -r 688e57a7ade8 lisp/progmodes/c-mode.el --- a/lisp/progmodes/c-mode.el Sun May 16 15:50:13 1993 +0000 +++ b/lisp/progmodes/c-mode.el Sun May 16 17:43:36 1993 +0000 @@ -947,7 +947,7 @@ (interactive) (push-mark (point)) (end-of-defun) - (push-mark (point)) + (push-mark (point) nil t) (beginning-of-defun) (backward-paragraph))