# HG changeset patch # User Chong Yidong # Date 1158416371 0 # Node ID 32eea9088623ccbfa824eabc9e3ccf0e93144f81 # Parent e5dae51e141c1a1f2acb041f48d9b4b10045ba66 Remove mistakenly-added debugging code. diff -r e5dae51e141c -r 32eea9088623 lisp/simple.el --- a/lisp/simple.el Sat Sep 16 14:14:53 2006 +0000 +++ b/lisp/simple.el Sat Sep 16 14:19:31 2006 +0000 @@ -3645,9 +3645,6 @@ ;; 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 @@ ;; 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.