From 997a3b04bc2111d04ff6e3e97487c986b8ca87bc Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 12 Jul 1994 22:32:58 +0000 Subject: [PATCH] Delete debugging lines from previous change. --- lisp/mouse-sel.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/lisp/mouse-sel.el b/lisp/mouse-sel.el index 112f7285663..092e1cae6b8 100644 --- a/lisp/mouse-sel.el +++ b/lisp/mouse-sel.el @@ -248,7 +248,6 @@ This should be bound to a down-mouse event." (setq mouse-sel-selection-type (mouse-sel-determine-selection-type (event-click-count EVENT))) (let ((object-bounds (bounds-of-thing-at-point mouse-sel-selection-type))) - (setq foo object-bounds) (if object-bounds (progn (setq mark-active t) @@ -334,7 +333,6 @@ This should be bound to a down-mouse event." (t (goto-char (posn-point end))) ) - (setq foo1 (cons (list min max (point)) foo1)) ;; Determine direction of drag (cond ((and (not direction) (not (eq min max))) -- 2.39.5