* message.el (message-exchange-point-and-mark): Rework last change to
avoid using optional arg of exchange-point-and-mark, for backward
compatibility.
+2010-01-02 Chong Yidong <cyd@stupidchicken.com>
+
+ * message.el (message-exchange-point-and-mark): Rework last change to
+ avoid using optional arg of exchange-point-and-mark, for backward
+ compatibility.
+
2010-01-01 Chong Yidong <cyd@stupidchicken.com>
* message.el (message-exchange-point-and-mark): Call
(defun message-exchange-point-and-mark ()
"Exchange point and mark, but don't activate region if it was inactive."
- (exchange-point-and-mark transient-mark-mode))
+ (goto-char (prog1 (mark t)
+ (set-marker (mark-marker) (point)))))
(defalias 'message-make-overlay 'make-overlay)
(defalias 'message-delete-overlay 'delete-overlay)