2012-06-23 Chong Yidong <cyd@gnu.org>
+ * mouse.el (mouse-drag-track): Deactivate the mark before popping.
+
* progmodes/python.el (python-skeleton-define): Mark abbrevs as
system abbrevs.
(copy-region-as-kill (mark) (point)))))
;; Otherwise, run binding of terminating up-event.
- (cond
- (do-multi-click (goto-char start-point))
- (moved-off-start (deactivate-mark))
- (t (pop-mark)))
+ (setq foo (list (window-buffer (selected-window))
+ (current-buffer)))
+
+ (if do-multi-click
+ (goto-char start-point)
+ (deactivate-mark)
+ (unless moved-off-start
+ (pop-mark)))
+
(when (and (functionp fun)
(= start-hscroll (window-hscroll start-window))
;; Don't run the up-event handler if the window