diff options
| author | Chong Yidong | 2006-09-16 14:19:31 +0000 |
|---|---|---|
| committer | Chong Yidong | 2006-09-16 14:19:31 +0000 |
| commit | 77745e189236a5303052b462a2879a7f5689c5a3 (patch) | |
| tree | a35b9be818914daeb62ccfb71898733c012b7781 | |
| parent | 095f9ae4085c0ba71028efdf69693576abfe1597 (diff) | |
| download | emacs-77745e189236a5303052b462a2879a7f5689c5a3.tar.gz emacs-77745e189236a5303052b462a2879a7f5689c5a3.zip | |
Remove mistakenly-added debugging code.
| -rw-r--r-- | lisp/simple.el | 4 |
1 files changed, 0 insertions, 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." | |||
| 3645 | ;; This is the value the function returns. | 3645 | ;; This is the value the function returns. |
| 3646 | (= arg 0)) | 3646 | (= arg 0)) |
| 3647 | 3647 | ||
| 3648 | (setq foo (list (point) | ||
| 3649 | (or goal-column temporary-goal-column) | ||
| 3650 | opoint forward)) | ||
| 3651 | (cond ((> arg 0) | 3648 | (cond ((> arg 0) |
| 3652 | ;; If we did not move down as far as desired, | 3649 | ;; If we did not move down as far as desired, |
| 3653 | ;; at least go to end of line. | 3650 | ;; at least go to end of line. |
| @@ -3681,7 +3678,6 @@ Outline mode sets this." | |||
| 3681 | 3678 | ||
| 3682 | ;; Move to the desired column. | 3679 | ;; Move to the desired column. |
| 3683 | (line-move-to-column column) | 3680 | (line-move-to-column column) |
| 3684 | (push (list (point) line-beg line-end) foo) | ||
| 3685 | (setq new (point)) | 3681 | (setq new (point)) |
| 3686 | 3682 | ||
| 3687 | ;; Process intangibility within a line. | 3683 | ;; Process intangibility within a line. |