fix non-displaying buffer titles

pull/4/head
Blake DeMarcy 2017-04-03 11:10:36 -05:00
parent 9a30ec32c2
commit e8129583fc
1 changed files with 1 additions and 1 deletions

View File

@ -687,7 +687,7 @@ Thats about it for now.
(interactive)
(let* ((inhibit-read-only t)
(response (bbj-request 'thread_load 'thread_id id))
(buffer (get-buffer-create (format "BBJ: %s" (alist-get 'title response)))))
(buffer (get-buffer-create (format "BBJ: %s" (bbj-descend response 'data 'title)))))
(with-current-buffer buffer
(erase-buffer)
(bbj-mode)