From: Chong Yidong Date: Sat, 16 Sep 2006 14:19:31 +0000 (+0000) Subject: Remove mistakenly-added debugging code. X-Git-Tag: emacs-pretest-22.0.90~521 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=77745e189236a5303052b462a2879a7f5689c5a3;p=emacs.git Remove mistakenly-added debugging code. --- diff --git a/lisp/simple.el b/lisp/simple.el index 7d1b71fc498..3e089d4e1a8 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -3645,9 +3645,6 @@ Outline mode sets this." ;; This is the value the function returns. (= arg 0)) - (setq foo (list (point) - (or goal-column temporary-goal-column) - opoint forward)) (cond ((> arg 0) ;; If we did not move down as far as desired, ;; at least go to end of line. @@ -3681,7 +3678,6 @@ Outline mode sets this." ;; Move to the desired column. (line-move-to-column column) - (push (list (point) line-beg line-end) foo) (setq new (point)) ;; Process intangibility within a line.