]> code.delx.au - gnu-emacs/commitdiff
(mark-c-function): Activate the mark.
authorRichard M. Stallman <rms@gnu.org>
Sun, 16 May 1993 17:43:36 +0000 (17:43 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 16 May 1993 17:43:36 +0000 (17:43 +0000)
lisp/progmodes/c-mode.el

index a9f7e0cedef1ff211b34e2479a4217f12b874080..a9aab352c7b2a5d607d6a337b5ed580129f20fe2 100644 (file)
@@ -947,7 +947,7 @@ If within a string or comment, move by sentences instead of statements."
   (interactive)
   (push-mark (point))
   (end-of-defun)
-  (push-mark (point))
+  (push-mark (point) nil t)
   (beginning-of-defun)
   (backward-paragraph))
 \f