aboutsummaryrefslogtreecommitdiffstats
path: root/clients/emacs/bbj.el
diff options
context:
space:
mode:
authorBlake DeMarcy <ofunknowndescent@gmail.com>2017-04-03 11:10:36 -0500
committerBlake DeMarcy <ofunknowndescent@gmail.com>2017-04-03 11:10:36 -0500
commite8129583fc2fd6df2dba66ce13ab0930afdcbf3f (patch)
tree76b035d4229a12dc9d096f7f266d8a36a5647125 /clients/emacs/bbj.el
parent9a30ec32c2f463ad751eb9fc1f9ff98b7d878f59 (diff)
downloadbbj-e8129583fc2fd6df2dba66ce13ab0930afdcbf3f.tar.gz
fix non-displaying buffer titles
Diffstat (limited to 'clients/emacs/bbj.el')
-rw-r--r--clients/emacs/bbj.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/emacs/bbj.el b/clients/emacs/bbj.el
index eab62be..9744c2b 100644
--- a/clients/emacs/bbj.el
+++ b/clients/emacs/bbj.el
@@ -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)
Un proyecto texto-plano.xyz