]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove mistakenly-added debugging code.
authorChong Yidong <cyd@stupidchicken.com>
Sat, 16 Sep 2006 14:19:31 +0000 (14:19 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 16 Sep 2006 14:19:31 +0000 (14:19 +0000)
lisp/simple.el

index 7d1b71fc4983e8ee76674900d3f68b61db74391f..3e089d4e1a801cf06c4a3860a2cb5aa5e21710b1 100644 (file)
@@ -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.