[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/lentic 32a17b1829 323/333: Fix use of undefined variabl
From: |
ELPA Syncer |
Subject: |
[elpa] externals/lentic 32a17b1829 323/333: Fix use of undefined variable |
Date: |
Tue, 27 Feb 2024 13:00:50 -0500 (EST) |
branch: externals/lentic
commit 32a17b182917a00caeddbffb0f0edd1de8ac988b
Author: Kevin Boulain <kevinboulain@gmail.com>
Commit: Kevin Boulain <kevinboulain@gmail.com>
Fix use of undefined variable
---
lentic.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lentic.el b/lentic.el
index 34294d1f94..d4650706d4 100644
--- a/lentic.el
+++ b/lentic.el
@@ -1183,7 +1183,7 @@ LENGTH-BEFORE is the length of area before the change."
(+ start length-before))))
(lentic-log "Skew detected %s" this-command)
(cl-incf length-before diff)
- (cl-incf end diff)))
+ (cl-incf stop diff)))
(m-buffer-with-markers
((start-converted
(when
- [elpa] externals/lentic 884882d10d 245/333: Fixes error with path handling., (continued)
- [elpa] externals/lentic 884882d10d 245/333: Fixes error with path handling., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 4332b289fb 250/333: Graceful error handling is now optional., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic b8f399ea51 244/333: lentic-doc now uses correct directory., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 9d542c732b 255/333: README update for 0.8 release., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic c740b170ea 262/333: Enable use of tags in org-mode src blocks., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic ba0be3b36f 265/333: Merge branch 'feature/tags-on-org-sections', ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 678db93272 322/333: Merge pull request #50 from DamienCassou/patch-1, ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 7b75e8079c 276/333: Regularisation of start/stop handling., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic c744f3d3be 321/333: Shorten maximum line length in orgel, ELPA Syncer, 2024/02/27
- [elpa] externals/lentic e27c3f3b2a 281/333: Merge pull request #41 from syohex/load-library, ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 32a17b1829 323/333: Fix use of undefined variable,
ELPA Syncer <=
- [elpa] externals/lentic bbbfa78a0d 302/333: Add missing files, including tests., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 370ebf12a9 268/333: Widening was inconsistent in hooks., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 72542b681a 273/333: Correctly require s in cask and lentic-doc., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic a75637bb2f 280/333: Load 'f' for using f-equal?, ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 15c336bfe7 288/333: Update to travis-container testing., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 97b939ee15 266/333: Reimplement insert-file-local using core function., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 36861bdf9c 331/333: Add lentic-markdown, ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 8e4a26d861 300/333: Example files added, ELPA Syncer, 2024/02/27
- [elpa] externals/lentic 92af154760 264/333: Enables tags on section headers., ELPA Syncer, 2024/02/27
- [elpa] externals/lentic f5136cd683 291/333: Update copyright years., ELPA Syncer, 2024/02/27