@@ -279,12 +279,9 @@ (cdr (assq 'headline thread)))) (dolist (post (cadr (assq 'posts thread))) (sbbs--thread-insert-post post)) (delete-blank-lines) - (goto-char (point-min))) - (rename-buffer (format "*reading /%s/%d*" - (sbbs--board-name sbbs--board) - id)))))) + (goto-char (point-min))))))) ;; INTERACTIVE FUNCTIONS (defun sbbs-view-open (id) @@ -296,9 +293,9 @@ (substring-no-properties (aref (tabulated-list-get-entry) 2)))) (board sbbs--board) (buf (get-buffer-create - (format "*loading /%s/%d*" + (format "*reading /%s/%d*" (sbbs--board-name sbbs--board) id)))) (with-current-buffer buf (sbbs-read-mode)