+2006-10-07 Johan Bockg\e,be\e(Brd <bojohan@dd.chalmers.se>
+
+ * mouse-sel.el (mouse-insert-selection-internal): Use
+ insert-for-yank, so that yank handlers are run.
+
2006-10-07 Kim F. Storm <storm@cua.dk>
* ido.el (ido-file-extension-aux): Fix comparison.
(mouse-set-point event))
(when mouse-sel-get-selection-function
(push-mark (point) 'nomsg)
- (insert (or (funcall mouse-sel-get-selection-function selection) ""))))
+ (insert-for-yank
+ (or (funcall mouse-sel-get-selection-function selection) ""))))
;;=== Handle loss of selections ===========================================