changeset 2829:688e57a7ade8

(mark-c-function): Activate the mark.
author Richard M. Stallman <rms@gnu.org>
date Sun, 16 May 1993 17:43:36 +0000
parents abc6df78588f
children 006c7fbdeab7
files lisp/progmodes/c-mode.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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))