From 77745e189236a5303052b462a2879a7f5689c5a3 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Sat, 16 Sep 2006 14:19:31 +0000 Subject: [PATCH] Remove mistakenly-added debugging code. --- lisp/simple.el | 4 ---- 1 file changed, 4 deletions(-) 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. -- 2.39.2