From d7c50f339a79b3ba6334ae1b9185377739ee32f7 Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Sun, 13 Mar 2005 00:10:42 +0000 Subject: [PATCH] Simplified. --- lisp/riece-debug.el | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/lisp/riece-debug.el b/lisp/riece-debug.el index eaa1b9e..def5997 100644 --- a/lisp/riece-debug.el +++ b/lisp/riece-debug.el @@ -38,12 +38,7 @@ If the optional 2nd argument DETAIL is specified, it is stored into (let ((point (point))) (if detail (insert message "\n" detail "\n") - (insert message "\n")) - (goto-char point) - (beginning-of-line) - (while (not (eobp)) - (insert "riece-debug: ") - (forward-line))))) + (insert message "\n"))))) (defun riece-debug-reset-standard-output () "Reset `riece-temp-buffer' to be used as `standard-output'." -- 2.25.1