From: Richard M. Stallman Date: Tue, 12 Jul 1994 22:32:58 +0000 (+0000) Subject: Delete debugging lines from previous change. X-Git-Tag: emacs-19.34~7625 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=997a3b04bc2111d04ff6e3e97487c986b8ca87bc;p=emacs.git Delete debugging lines from previous change. --- 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)))