branch: externals/activities
commit dc2a4cc4e205c30cd13421a2fc26e3aba5ba5c05
Author: Adam Porter <[email protected]>
Commit: Adam Porter <[email protected]>
Comment: Add FIXME
---
activities.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/activities.el b/activities.el
index 7c83ff88dd..5dcb908f7b 100644
--- a/activities.el
+++ b/activities.el
@@ -747,6 +747,7 @@ activity's name is NAME."
;; buffer was changed in order to know whether it worked. We call
;; it from a temp buffer in case the jumped-to buffer would be the
;; same as the current buffer.
+ ;; FIXME: Use `bookmark-jump`'s DISPLAY-FUNC argument!
(with-temp-buffer
(pcase-let* (((cl-struct activities-buffer bookmark) struct)
(temp-buffer (current-buffer))