[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/agitate 40d0825da3 3/3: Add FIXME about placement of lo
From: |
ELPA Syncer |
Subject: |
[elpa] externals/agitate 40d0825da3 3/3: Add FIXME about placement of log-view buffer |
Date: |
Thu, 13 Oct 2022 05:57:16 -0400 (EDT) |
branch: externals/agitate
commit 40d0825da3288389fe38adf28d39fb92c12615aa
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>
Add FIXME about placement of log-view buffer
---
agitate.el | 3 +++
1 file changed, 3 insertions(+)
diff --git a/agitate.el b/agitate.el
index b146114592..cee0d9e444 100644
--- a/agitate.el
+++ b/agitate.el
@@ -279,6 +279,9 @@ Restore the last window configuration when finalising
log-view."
(if agitate-log-edit-informative-show-files
(log-edit-show-files)
(log-edit-hide-buf log-edit-files-buf))
+ ;; FIXME 2022-10-13: `let' bind a display-buffer-alist entry to show
+ ;; this below the current window. Otherwise this does not work as
+ ;; intended, since it replaces the log-edit buffer.
(when agitate-log-edit-informative-show-root-log
(save-selected-window
(let ((vc-log-show-limit agitate-log-limit))