[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/activities dc2a4cc4e2 2/3: Comment: Add FIXME
From: |
ELPA Syncer |
Subject: |
[elpa] externals/activities dc2a4cc4e2 2/3: Comment: Add FIXME |
Date: |
Wed, 13 Mar 2024 21:57:19 -0400 (EDT) |
branch: externals/activities
commit dc2a4cc4e205c30cd13421a2fc26e3aba5ba5c05
Author: Adam Porter <adam@alphapapa.net>
Commit: Adam Porter <adam@alphapapa.net>
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))