From: Richard M. Stallman Date: Wed, 15 Nov 1995 18:32:38 +0000 (+0000) Subject: (mouse-sel-lost-selection-hook): Undo prev change. X-Git-Tag: emacs-19.34~2304 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7b990caf7e39cfbd1cda6e71075ad28b2ca3d312;p=emacs.git (mouse-sel-lost-selection-hook): Undo prev change. --- diff --git a/lisp/mouse-sel.el b/lisp/mouse-sel.el index 93c59a9b633..fe557ee755e 100644 --- a/lisp/mouse-sel.el +++ b/lisp/mouse-sel.el @@ -574,7 +574,7 @@ If `mouse-yank-at-point' is non-nil, insert at point instead." (defun mouse-sel-lost-selection-hook (selection) "Remove the overlay for a lost selection." - (let ((overlay (mouse-sel-selection-overlay (car selection)))) + (let ((overlay (mouse-sel-selection-overlay selection))) (delete-overlay overlay))) (add-hook 'x-lost-selection-hooks 'mouse-sel-lost-selection-hook)