* riece-xemacs.el (riece-run-at-time): Accept nil as the current-time.
[riece] / lisp / riece-debug.el
index 9209bd9..6c1b051 100644 (file)
@@ -51,6 +51,7 @@
       (if riece-debug
          (save-excursion
            (set-buffer riece-temp-buffer)
+           (goto-char (point-min))
            (if (re-search-forward "^  signal(" nil t)
                (delete-region (point-min) (match-beginning 0)))
            (message "Error in `%s': %S\n%s" ,location error (buffer-string))))