[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/dslide f24e5b8538 088/230: Rename argument, display-action
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/dslide f24e5b8538 088/230: Rename argument, display-action -> display |
Date: |
Sun, 7 Jul 2024 19:00:19 -0400 (EDT) |
branch: elpa/dslide
commit f24e5b8538da41a592e494dcffba71e63b71335a
Author: Psionik K <73710933+psionic-k@users.noreply.github.com>
Commit: Psionik K <73710933+psionic-k@users.noreply.github.com>
Rename argument, display-action -> display
It's a boolean, not a means of override
Signed-off-by: Psionik K <73710933+psionic-k@users.noreply.github.com>
---
macro-slides.el | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/macro-slides.el b/macro-slides.el
index c7a02ec0c0..0f35e69e23 100644
--- a/macro-slides.el
+++ b/macro-slides.el
@@ -2267,13 +2267,14 @@ hooks must occur in the deck's :slide-buffer."
ms--animation-timer nil
ms--contents-hl-line-overlay nil))
-(defun ms--ensure-slide-buffer (&optional display-action)
- "Run in commands that must run in the slide buffer."
+(defun ms--ensure-slide-buffer (&optional display)
+ "Run in commands that must run in the slide buffer.
+Unless optional DISPLAY is non-nil, the buffer is only set."
(unless (ms-live-p)
(error "Live deck not found"))
- (if display-action
+ (if display
(display-buffer (oref ms--deck slide-buffer)
- display-action)
+ ms--display-actions)
(set-buffer (oref ms--deck slide-buffer))))
(defun ms--keyword-value (key)
- [nongnu] elpa/dslide ca778812bf 077/230: Start at beginning of heading to implement end, (continued)
- [nongnu] elpa/dslide ca778812bf 077/230: Start at beginning of heading to implement end, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 1fb1a599b7 074/230: Ensure buffer before running forward and backward commands, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 4dcdb243b0 055/230: Copy EIEIO style from transient, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 0af6dac584 076/230: contents highlight line, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 1a6fe7f61c 068/230: Just some readme and comment updates, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 198a80255b 072/230: move lifecycle & commands to end of package, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide f130bedeab 078/230: Update readme, rearrange some demo headlines, bump minor version, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 0a59731410 075/230: Navigation from contents to same heading, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide dc5d0b965e 119/230: disinformation cleanup, a few lingering ms symbols, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide a8f7174ef3 095/230: dead expression, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide f24e5b8538 088/230: Rename argument, display-action -> display,
ELPA Syncer <=
- [nongnu] elpa/dslide 18e079c83f 113/230: Clean up misinformation & propagate naming, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 4af6955e23 090/230: missing feedback on last slide, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 8bc5783536 051/230: Sorry taka. It's been a good 13 years of org-tree-slide, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 45a9620a54 054/230: babel blocks can now be used in both directions, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide f3ae2af0cc 039/230: changed sequence-callbacks to not include sequence as a key, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 015796186f 048/230: !fixme Not sure if this is necessary. Shipping my last tested., ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 4e2086e49e 034/230: rename display-state -> slide-buffer-state, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 30196efe70 010/230: The header overlay should be buffer local, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide e75488d7ac 018/230: rearrange, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide cf56e034ff 008/230: Overlays for selective display of contents, ELPA Syncer, 2024/07/07