changeset 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 e640f6afb190
children 037f27af8c7b
files lisp/mouse-sel.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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)