From: ueno Date: Sun, 13 Mar 2005 00:10:42 +0000 (+0000) Subject: Simplified. X-Git-Tag: channel-coding-mergepoint~31 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=a3f5d7f618cd9e93e735375dbfb7a717ad3cc4c8;p=elisp%2Friece.git Simplified. --- 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'."