Mercurial > emacs
diff lisp/mouse-sel.el @ 13556:8c181dcb4fdd
(mouse-sel-lost-selection-hook): Undo prev change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 15 Nov 1995 18:32:38 +0000 |
parents | 37cf3f6ba99c |
children | 83f275dcd93a |
line wrap: on
line diff
--- a/lisp/mouse-sel.el Wed Nov 15 18:32:09 1995 +0000 +++ b/lisp/mouse-sel.el Wed Nov 15 18:32:38 1995 +0000 @@ -574,7 +574,7 @@ (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)