From: Chong Yidong Date: Sat, 7 Aug 2010 20:10:30 +0000 (-0400) Subject: Fix last change. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~49^2~23 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1bcb9e6575ee9a73a01fae63908e5a57ebeff34b;p=emacs.git Fix last change. --- diff --git a/lisp/simple.el b/lisp/simple.el index dd7f512e8ae..a3458531bbf 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -3686,7 +3686,8 @@ This function also runs `deactivate-mark-hook'." ((/= (region-beginning) (region-end)) (x-set-selection 'PRIMARY (buffer-substring-no-properties - (point) (mark)))))) + (region-beginning) + (region-end)))))) (if (and (null force) (or (eq transient-mark-mode 'lambda) (and (eq (car-safe transient-mark-mode) 'only)