[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/dslide 7028c07ace 140/230: prefer eobp and bobp to point &
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/dslide 7028c07ace 140/230: prefer eobp and bobp to point & point-min/max comparison |
Date: |
Sun, 7 Jul 2024 19:00:27 -0400 (EDT) |
branch: elpa/dslide
commit 7028c07acee0d1c0bfcbd86830e33d75b550dd20
Author: Psionik K <73710933+psionic-k@users.noreply.github.com>
Commit: Psionik K <73710933+psionic-k@users.noreply.github.com>
prefer eobp and bobp to point & point-min/max comparison
Signed-off-by: Psionik K <73710933+psionic-k@users.noreply.github.com>
---
dslide.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dslide.el b/dslide.el
index 529c86157d..de4b10cb38 100644
--- a/dslide.el
+++ b/dslide.el
@@ -1941,7 +1941,7 @@ PREDICATE should accept an ELEMENT argument and return
non-nil."
(goto-char (org-element-property :begin heading))
(let* ((predicate (or predicate #'identity))
found)
- (while (and (> (point) (point-min))
+ (while (and (not (bobp))
(not found)
(org-get-previous-sibling))
(let ((element (org-element-at-point)))
@@ -1958,7 +1958,7 @@ PREDICATE should accept an ELEMENT argument and return
non-nil."
(goto-char (org-element-property :begin heading))
(let* ((predicate (or predicate #'identity))
found)
- (while (and (< (point) (point-max))
+ (while (and (not (eobp))
(not found)
(org-get-next-sibling))
(let ((element (org-element-at-point)))
- [nongnu] elpa/dslide e0be8b31fa 112/230: renaming user commands & simplifying stateful-sequence, (continued)
- [nongnu] elpa/dslide e0be8b31fa 112/230: renaming user commands & simplifying stateful-sequence, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 50fffb5824 124/230: babel action should not use default implementation of end, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide d0ae139d26 114/230: Version up, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide d71709fd00 118/230: custom action example from video (it works!), ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 0419d1310d 089/230: remove dead function, ms-display-base, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide a6a0d57738 110/230: init -> forward, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide f07a873181 128/230: per-slide option to have no header, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide a71554c68d 121/230: partial-lines in header margins, more options, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 72ffe8494d 116/230: !some cleanup of package renaming, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 6aea1165e1 141/230: Updated demo.org, rearranged, designing into a manual of sorts, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 7028c07ace 140/230: prefer eobp and bobp to point & point-min/max comparison,
ELPA Syncer <=
- [nongnu] elpa/dslide c1267f7508 136/230: Checkdoc cleanups, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide f295183145 135/230: Bumping to 0.3.2 - expect about 95% name stability from here, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide b06f330ca3 146/230: move highlight cleanup to proper cleanup function, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 69e2a1422b 134/230: dslide-presentation -> dslide-deck, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 67d35380e5 142/230: clean up dslide--stop, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide aa9c8bcfa9 123/230: downgrade reporting weird progress values from warning to message, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide b38d6fef4c 149/230: self-canceling animation timers, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 65f120373e 150/230: remove t from face attribute list, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 27b91284da 154/230: contents updates the progress indication, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide ec3bf9ec88 164/230: ! ditch :after in child action end method, ELPA Syncer, 2024/07/07