Index: sbbs.el ================================================================== --- sbbs.el +++ sbbs.el @@ -460,12 +460,11 @@ (cdr (assq 'headline (cdr thread))) 'face 'sbbs--variable-pitch))) ent)) (setq-local tabulated-list-entries ent) (tabulated-list-print t t) - (hl-line-highlight))))) - (kill-buffer)) + (hl-line-highlight)))))) (defun sbbs--thread-loader (status id buf range) "Callback function for `url-retrieve' when loading thread. The attribute ID determines what thread from board BOARD to @@ -500,12 +499,11 @@ (delete-blank-lines) (when range (sbbs--limit-to-range range)) (if sbbs-open-at-last-post (sbbs-goto-end) - (goto-char (point-min))))))) - (kill-buffer)) + (goto-char (point-min)))))))) ;; INTERACTIVE FUNCTIONS (defun sbbs-show-all () "Show all hidden posts."